style: make colors not pure white
This commit is contained in:
parent
de9b13214b
commit
e9dc19c0e7
@ -47,7 +47,7 @@ body {
|
|||||||
max-width: 50em;
|
max-width: 50em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background: #101010;
|
background: #101010;
|
||||||
color: #ffffff;
|
color: #e3e3e3;
|
||||||
font-size: 105%;
|
font-size: 105%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -62,6 +62,7 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 0.7em;
|
margin-right: 0.7em;
|
||||||
bottom: .09em;
|
bottom: .09em;
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header a {
|
.header a {
|
||||||
@ -95,6 +96,7 @@ article p {
|
|||||||
h1,h2,h3,h4 {
|
h1,h2,h3,h4 {
|
||||||
margin: 2rem 0 0;
|
margin: 2rem 0 0;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
color: #eeeeee;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user