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 {
display: flex;
justify-content: space-between;
font-size: 0.9em;
font-size: 0.8em;
padding: 1rem 1rem;
padding-bottom: 0;
}
div.header a {

View File

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

View File

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