nav is mostly good now

This commit is contained in:
Daniel Vinci 2021-04-30 14:16:14 -06:00
parent a42e3492ed
commit fc8653083b
No known key found for this signature in database
GPG key ID: 7A700C29916C26CA
2 changed files with 10 additions and 2 deletions

View file

@ -69,11 +69,11 @@
.dropdown-content {
display: none;
position: relative;
right: 181px;
right: 191px;
box-sizing: border-box;
background-color: #33414a;
color: white;
width: 230px;
width: 240px;
box-shadow: 0 2px 6px -0.25px #00000035;
z-index: 1;
padding-left: 1em;

View file

@ -21,4 +21,12 @@
padding-left: 0.5em;
padding-right: 0.5em;
}
a {
text-decoration: none;
}
.navItem[aria-current] {
font-weight: bold;
}
</style>