diff options
author | Oliver Djursing <Oliverdjursing@gmail.com> | 2023-07-19 16:42:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 10:42:20 -0400 |
commit | 4645ab0920b11b60d111a4372c6b59c29196d928 (patch) | |
tree | d7bbdec91cb4535ccc175b825d62a0d138c1b034 | |
parent | 65bd1e15b27083b6298c9f076433052f05226155 (diff) | |
download | htmx-4645ab0920b11b60d111a4372c6b59c29196d928.tar.gz htmx-4645ab0920b11b60d111a4372c6b59c29196d928.zip |
Add background-color to body element (#1607)
-rw-r--r-- | www/themes/htmx-theme/static/css/site.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/themes/htmx-theme/static/css/site.css b/www/themes/htmx-theme/static/css/site.css index de7d6575..cb01cdeb 100644 --- a/www/themes/htmx-theme/static/css/site.css +++ b/www/themes/htmx-theme/static/css/site.css @@ -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; } |