aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-12-12 14:35:06 -0500
committerThedro Neely <thedroneely@gmail.com>2021-12-12 14:40:49 -0500
commitebec026faf8c20800e36e34ac924117a79107708 (patch)
treee2d9780cfbf525cb4a702fbd8baa800254545799 /public
parent34ae470dc8ca0b2848193e26eda45449c07dd3b7 (diff)
downloadthedroneely.com-ebec026faf8c20800e36e34ac924117a79107708.tar.gz
thedroneely.com-ebec026faf8c20800e36e34ac924117a79107708.tar.bz2
thedroneely.com-ebec026faf8c20800e36e34ac924117a79107708.zip
public/css: Fill active navigation SVG
public/css/tdro.css public/css/tdro-dark.css
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css15
-rw-r--r--public/css/tdro.css4
2 files changed, 9 insertions, 10 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index d43f8ef..5499d78 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -52,10 +52,6 @@ mark {
.has-text-grey-dark {
color: #ccc !important;
}
-.navbar-mobile .navbar__active,
-.navbar-end .navbar__active {
- color: #75b2f0 !important;
-}
.dropdown-content {
background-color: #002e42;
border: 1px solid #00405c;
@@ -96,7 +92,7 @@ a.navbar-item:hover,
.navbar__icon:hover svg,
.navbar__icon:hover svg,
.navbar__icon:hover label svg {
- fill: #0073ca;
+ fill: #555;
}
.title,
.content h1,
@@ -155,10 +151,11 @@ a.navbar-item:hover,
border-color: #002e42;
color: #fff;
}
-@media screen and (min-width: 1088px) {
- .navbar__active {
- color: #fff !important;
- }
+.navbar__active {
+ color: #fff !important;
+}
+.navbar__active svg {
+ fill: #0073ca;
}
@media screen and (max-width: 1087px) {
.theme-toggle-button {
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 6c8e090..146ac55 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1877,10 +1877,12 @@ body.has-navbar-fixed-bottom {
display: none;
}
}
-
.navbar__active {
color: #014cc6 !important;
}
+.navbar__active svg {
+ fill: #eee;
+}
.navbar__active .navbar__icon__label {
font-weight: 700;
}