style: make colors not pure white

This commit is contained in:
dogeystamp 2023-08-28 21:01:01 -04:00
parent de9b13214b
commit e9dc19c0e7
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -47,7 +47,7 @@ body {
max-width: 50em;
margin: auto;
background: #101010;
color: #ffffff;
color: #e3e3e3;
font-size: 105%;
}
@ -62,6 +62,7 @@ body {
position: relative;
margin-right: 0.7em;
bottom: .09em;
color: #ffffff;
}
.header a {
@ -95,6 +96,7 @@ article p {
h1,h2,h3,h4 {
margin: 2rem 0 0;
font-weight: 700;
color: #eeeeee;
}
h1 {
margin-bottom: 0.5rem;