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 {
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user