This commit is contained in:
RealStickman 2022-05-18 08:11:13 +00:00
parent c6662d849e
commit a2dcf32fb6
2 changed files with 5 additions and 2 deletions

View File

@ -39,7 +39,10 @@ Put your custom CSS in this file.
} }
#body { #body {
background-color: #111111; background: #00ff00;
} }
#main {
background: #ff0000;
}

View File

@ -11,4 +11,4 @@
@import "typography"; @import "typography";
// Nav // Nav
@import "nav"; @import "nav";