Fix body color that got broken somehow.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Cassowary Rusnov 2022-12-29 10:50:22 -08:00
parent aa51161af0
commit 2639931e88

View File

@ -52,6 +52,7 @@ div#page {
body.home {
background-color: var(--red32m);
color: var(--white32m);
padding: 0;
margin: auto;
}