Fix body color that got broken somehow.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
aa51161af0
commit
2639931e88
@ -51,9 +51,10 @@ div#page {
|
||||
}
|
||||
|
||||
body.home {
|
||||
background-color: var(--red32m);
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
background-color: var(--red32m);
|
||||
color: var(--white32m);
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
body > div#page header#masthead {
|
||||
|
Loading…
Reference in New Issue
Block a user