Update style.css

This commit is contained in:
Kaisaan 2021-10-21 21:19:02 -04:00
parent 6f3d70f4ce
commit c84571fdda

View File

@ -15,6 +15,7 @@ body {
background-color: #259441;
font-family: 'Roboto', sans-serif;
}
.navstd {
float: left;
}
@ -29,4 +30,9 @@ body {
.navstd a:hover {
background-color: #22cc4d;
}
.navstd a.active {
background-color: rgb(7, 97, 30);
color: white;
}