nav bar styling patch

This commit is contained in:
sweatshirt0 2023-01-28 03:36:45 -05:00
parent 501aad4b92
commit 69e05fd396

View File

@ -48,3 +48,16 @@ body {
font-size: 1.2rem;
padding-left: 2px;
}
.nav-wrapper a {
text-decoration: none;
color: white;
margin-left: 15px;
margin-right: 15px;
}
.nav-wrapper a:hover {
cursor: pointer;
text-decoration: underline;
}