set the colour of the active nav element so it doesn't get washed out
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user