reverted to original css

main
Crimson Tome 2021-10-16 03:08:45 +01:00 committed by GitHub
parent f1719f1f41
commit 0b733568ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -19,8 +19,8 @@ body {
padding: 0;
margin: 0;
font-family: -apple-system, system-ui, sans-serif;
color: var(--white);
background-color: var(--black);
color: var(--darkgray);
background-color: var(--white);
}
p:last-child {
margin-bottom: 0;
@ -47,7 +47,7 @@ main :first-child {
margin-top: 0;
}
header {
border-bottom: 1px dashed var(--white);
border-bottom: 1px dashed var(--lightgray);
}
header:after {
content: "";
@ -172,7 +172,7 @@ code {
.postlist-date,
.postlist-item:before {
font-size: 0.8125em; /* 13px /16 */
color: var(--white);
color: var(--darkgray);
}
.postlist-date {
word-spacing: -0.5px;
@ -204,7 +204,7 @@ code {
margin-left: 0.6666666666667em; /* 8px /12 */
margin-top: 0.5em; /* 6px /12 */
margin-bottom: 0.5em; /* 6px /12 */
color: var(--white);
color: var(--darkgray);
border: 1px solid var(--gray);
border-radius: 0.25em; /* 3px /12 */
text-decoration: none;