retake on nav

This commit is contained in:
Geoff Doty 2024-01-20 15:14:14 -05:00
parent 9658ce454b
commit c278b80165
1 changed files with 10 additions and 12 deletions

View File

@ -324,23 +324,21 @@ textarea {
nav { nav {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding-bottom: .25rem;
border-bottom: 1px solid var(--theme); border-bottom: 1px solid var(--theme);
} }
nav > ul { nav ul {display: flex;list-style-type: none;}
margin: 0 0 0 -1rem; nav li {padding-left: 1rem;}
display: flex; nav a {text-decoration: none;}
list-style-type: none;
margin-bottom: .25rem; nav.navbar {
padding: 1rem;
background: var(--theme);
color: var(--white);
} }
nav ul li a { nav.navbar a {color: var(--white)}
font-size: 1rem;
padding: .5rem;
text-decoration: none;
}
nav ul li a:hover {color: var(--dark);}
/* Grid System */ /* Grid System */