header style tweaks, deemphasizing it a bit

This commit is contained in:
Brian S. Stephan 2022-06-05 21:30:49 -05:00
parent 724a2240b2
commit 21ea24ffa1
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
3 changed files with 8 additions and 15 deletions

View File

@ -34,8 +34,9 @@ a {
div.header { div.header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
font-size: 0.9em; font-size: 0.8em;
padding: 1rem 1rem; padding: 1rem 1rem;
padding-bottom: 0;
} }
div.header a { div.header a {

View File

@ -27,16 +27,12 @@ div.site-wrap {
background: black; background: black;
} }
div.header { div.header, div.header a {
color: #BBB; color: #555;
}
div.header a {
color: #BBB;
} }
div.header a:hover, div.header a:active { div.header a:hover, div.header a:active {
border-bottom: 1px solid #BBB; border-bottom: 1px solid #555;
} }
table, th, td { table, th, td {

View File

@ -27,16 +27,12 @@ div.site-wrap {
background: white; background: white;
} }
div.header { div.header, div.header a {
color: #444; color: #AAA;
}
div.header a {
color: #444;
} }
div.header a:hover, div.header a:active { div.header a:hover, div.header a:active {
border-bottom: 1px solid #444; border-bottom: 1px solid #AAA;
} }
table, th, td { table, th, td {