changed background to navy from white

main
Crimson Tome 2021-10-16 02:54:08 +01:00 committed by GitHub
parent 7bf75332f3
commit aae92a7d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ body {
margin: 0;
font-family: -apple-system, system-ui, sans-serif;
color: var(--darkgray);
background-color: var(--white);
background-color: var(--navy);
}
p:last-child {
margin-bottom: 0;