Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css/v3
diff options
context:
space:
mode:
Diffstat (limited to 'css/v3')
-rw-r--r--css/v3/darkmode.css5
-rw-r--r--css/v3/navbar-footer.css3
-rw-r--r--css/v3/v3.css6
3 files changed, 6 insertions, 8 deletions
diff --git a/css/v3/darkmode.css b/css/v3/darkmode.css
index 104c983..2368c50 100644
--- a/css/v3/darkmode.css
+++ b/css/v3/darkmode.css
@@ -10,5 +10,6 @@
color: #b0b3b8 !important;
}
-
-
+.darkmode-dropdown-menu {
+ background-color: #212121 !important;
+}
diff --git a/css/v3/navbar-footer.css b/css/v3/navbar-footer.css
index 189b45a..973a667 100644
--- a/css/v3/navbar-footer.css
+++ b/css/v3/navbar-footer.css
@@ -9,6 +9,9 @@
.navbar-text {
font-size: 16px !important;
}
+li> .dropdown-toggle:focus{
+ color: #007bff !important;
+}
/* v2 and v3 footer */
footer {
diff --git a/css/v3/v3.css b/css/v3/v3.css
index 9988a51..f189655 100644
--- a/css/v3/v3.css
+++ b/css/v3/v3.css
@@ -205,13 +205,9 @@ a:hover {
}
/* v3 experience */
-#experience {
-}
#nav-pills-out {
border-left: 1px solid #007bff;
}
-.nav-pills .nav-link {
-}
.nav-pills .active {
padding-left: 20%;
color: #818181 !important;
@@ -224,8 +220,6 @@ a:hover {
left: 0px;
color: #007bff;
}
-.tab-pane {
-}
.ex {
list-style-type: none;
}