add important

This commit is contained in:
RealStickman 2022-05-18 07:59:54 +00:00
parent c6e403cb4f
commit 39b5d633c6

View File

@ -39,14 +39,14 @@ Put your custom CSS in this file.
} }
#main { #main {
background-color: #ff0000; background-color: #ff0000 !important;
} }
body { body {
background-color: #00ff00; background-color: #00ff00 !important;
} }
.bg { .bg {
background-color: #0000ff; background-color: #0000ff !important;
} }