Tweak nav link styling on mobile

This commit is contained in:
N-Upchurch 2023-08-06 20:51:26 -05:00
parent 7119aafaed
commit 5c6495ae54

View File

@ -540,6 +540,9 @@ h2 + .header-anchor {
.nav-item { .nav-item {
margin-right: .5rem; margin-right: .5rem;
} }
.nav-item li:hover {
border-top: 2px solid var(--contrast-color);
}
p, p.nodropcap.page-block, .post-copy p { p, p.nodropcap.page-block, .post-copy p {
font-size: var(--font-n); font-size: var(--font-n);
line-height: 1.25rem; line-height: 1.25rem;