Top nav buttons
UI improvement: Top nav buttons now show "active" when user is on their respective page.
This commit is contained in:
@@ -158,6 +158,11 @@ button:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.topnav .button-hover {
|
||||
background-color: rgb(219, 295, 235) !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.topnav .icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user