Fix body color that got broken somehow.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary Rusnov 2022-12-29 10:50:22 -08:00
parent aa51161af0
commit 2639931e88
1 changed files with 4 additions and 3 deletions

View File

@ -51,9 +51,10 @@ div#page {
} }
body.home { body.home {
background-color: var(--red32m); background-color: var(--red32m);
padding: 0; color: var(--white32m);
margin: auto; padding: 0;
margin: auto;
} }
body > div#page header#masthead { body > div#page header#masthead {