header style tweaks, deemphasizing it a bit
This commit is contained in:
parent
724a2240b2
commit
21ea24ffa1
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user