Add background-color to body element (#1607)

This commit is contained in:
Oliver Djursing 2023-07-19 16:42:20 +02:00 committed by GitHub
parent 65bd1e15b2
commit 4645ab0920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ body {
line-height: 1.5em;
font-size: 16px;
color: #333;
background-color: white;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}