Add bottom border to nav menu

master
John Montagu, the 4th Earl of Sandvich 2024-12-21 17:28:08 -08:00
parent 161904f65a
commit 24de3fd237
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ nav {
margin: 0;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--surface-0);
}
nav .nav-links {