retake on nav
This commit is contained in:
parent
9658ce454b
commit
c278b80165
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue