Update index.css

main
Crimson Tome 2021-10-16 03:18:18 +01:00 committed by GitHub
parent 365d9108fd
commit 8cf50ca173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ body {
font-family: -apple-system, system-ui, sans-serif;
/*color: var(--darkgray);
background-color: var(--white);*/
color: #222;
background: #fff;
color: var(--white);
background-color: var(--black);
}
p:last-child {
margin-bottom: 0;