aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-14 15:28:09 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-14 15:28:09 -0400
commit791da971b12d2ab782ded037c0a03417f01fd5e6 (patch)
tree63c2fbf0f24bf394c6bcc56f87b878ddf1c7520a /public
parent62026131c37fc0463ebe026f6e28f6ef24286d2a (diff)
downloadthedroneely.com-791da971b12d2ab782ded037c0a03417f01fd5e6.tar.gz
thedroneely.com-791da971b12d2ab782ded037c0a03417f01fd5e6.tar.bz2
thedroneely.com-791da971b12d2ab782ded037c0a03417f01fd5e6.zip
public/css/tdro-dark: Set navigation text color white
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 602bddf..4369113 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -49,7 +49,7 @@ mark {
.navbar-item,
.subtitle,
.has-text-grey-dark {
- color: #ccc !important;
+ color: #fff !important;
}
.dropdown-content {
background-color: #002e42;
@@ -112,7 +112,7 @@ a.navbar-item:hover,
color: white;
}
.item__box {
- color: #ddd;
+ color: #fff;
background-color: #004766;
}
.item__box:hover,