diff options
author | friendica <info@friendica.com> | 2013-10-10 20:17:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-10 20:17:41 -0700 |
commit | c52db29ff56abfed857b11d8b9cbfb5cb4d7d598 (patch) | |
tree | eb9faf91bfcf8a343fff9a22453c1302fad2e793 /view/theme/redbasic/css | |
parent | 993e90e9746b6a6fbc763200fefb763439770515 (diff) | |
download | volse-hubzilla-c52db29ff56abfed857b11d8b9cbfb5cb4d7d598.tar.gz volse-hubzilla-c52db29ff56abfed857b11d8b9cbfb5cb4d7d598.tar.bz2 volse-hubzilla-c52db29ff56abfed857b11d8b9cbfb5cb4d7d598.zip |
set the colour of the active nav element so it doesn't get washed out
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e8abec3c6..1c75c9d58 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3003,8 +3003,8 @@ nav:hover .nav-menu { /* border-bottom: 3px solid #f00; */ } -nav .nav-menu.active a { - color: #444444; +nav .nav-menu.active i { + color: $active_colour; } nav .nav-notify { |