aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-31 21:57:01 -0700
committerzotlabs <mike@macgirvin.com>2017-05-31 21:57:01 -0700
commite6581aa09c582e32f5b4e5b06243265abd1ff45e (patch)
tree66cf28c628b1bb92de06617e52d5204dae56a17e /view
parentfc98bd1563ee71974d5d5c40d6ed8ed0c50f3c37 (diff)
downloadvolse-hubzilla-e6581aa09c582e32f5b4e5b06243265abd1ff45e.tar.gz
volse-hubzilla-e6581aa09c582e32f5b4e5b06243265abd1ff45e.tar.bz2
volse-hubzilla-e6581aa09c582e32f5b4e5b06243265abd1ff45e.zip
active nav-link was white on white
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/schema/dark.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index ebef68a52..756c583ff 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -139,6 +139,10 @@ option {
background-color: #111;
}
+.nav-link.active {
+ color:#000 !important;
+}
+
a.btn, aside a {
font-weight: 400 !important;
}