fold some nav/style menu styles into header

unnecessarily duplicated now that I have div.header, and also useful for
when I start the error handling pages
This commit is contained in:
Brian S. Stephan 2021-02-21 10:14:42 -06:00
parent c1801b0086
commit 411ecebbc6
3 changed files with 3 additions and 12 deletions

View File

@ -35,13 +35,10 @@ a:hover, a:active {
div.header {
background: #222;
border-bottom: 1px solid #222;
}
div.nav, div.styles {
color: #BBB;
}
div.nav a, div.styles a {
div.header a {
color: #BBB;
}

View File

@ -35,13 +35,10 @@ a:hover, a:active {
div.header {
background: #EEE;
border-bottom: 1px solid #CCC;
}
div.nav, div.styles {
color: #666;
}
div.nav a, div.styles a {
div.header a {
color: #666;
}

View File

@ -66,14 +66,11 @@ a:active {
div.header {
display: flex;
justify-content: space-between;
}
div.nav, div.styles {
font-size: 0.75em;
padding: 0.25em 0.5em;
}
div.nav a, div.styles a {
div.header a {
border-bottom: none;
}