Skip to content

Commit

Permalink
Add background-color to body element (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djursing committed Jul 19, 2023
1 parent 65bd1e1 commit 4645ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/themes/htmx-theme/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4645ab0

Please sign in to comment.