From e6581aa09c582e32f5b4e5b06243265abd1ff45e Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 31 May 2017 21:57:01 -0700 Subject: [PATCH] active nav-link was white on white --- view/theme/redbasic/schema/dark.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }