Update style.css

This commit is contained in:
Kaisaan 2021-10-21 21:20:09 -04:00
parent c84571fdda
commit 96c3e74ee9

View File

@ -3,8 +3,6 @@
body {
font-family: 'Roboto', sans-serif;
background-color: #EFEFEF;
margin: 0;
padding: 0;
}
.navbar ul {
@ -30,9 +28,4 @@ body {
.navstd a:hover {
background-color: #22cc4d;
}
.navstd a.active {
background-color: rgb(7, 97, 30);
color: white;
}