Top nav buttons

UI improvement: Top nav buttons now show "active" when user is on their respective page.
This commit is contained in:
ehpersonal38
2022-04-21 08:13:41 -04:00
parent 91d5295f65
commit 9756dc9b2a
2 changed files with 19 additions and 0 deletions
+5
View File
@@ -158,6 +158,11 @@ button:hover {
color: white;
}
.topnav .button-hover {
background-color: rgb(219, 295, 235) !important;
color: black;
}
.topnav .icon {
display: none;
}