diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-31 21:57:01 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-31 21:57:01 -0700 |
commit | e6581aa09c582e32f5b4e5b06243265abd1ff45e (patch) | |
tree | 66cf28c628b1bb92de06617e52d5204dae56a17e | |
parent | fc98bd1563ee71974d5d5c40d6ed8ed0c50f3c37 (diff) | |
download | volse-hubzilla-e6581aa09c582e32f5b4e5b06243265abd1ff45e.tar.gz volse-hubzilla-e6581aa09c582e32f5b4e5b06243265abd1ff45e.tar.bz2 volse-hubzilla-e6581aa09c582e32f5b4e5b06243265abd1ff45e.zip |
active nav-link was white on white
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 4 |
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; } |