set the colour of the active nav element so it doesn't get washed out

This commit is contained in:
friendica
2013-10-10 20:17:41 -07:00
parent 993e90e974
commit c52db29ff5
4 changed files with 24 additions and 18 deletions

View File

@@ -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 {