Remove !important

This commit is contained in:
RealStickman 2022-05-18 18:47:31 +00:00
parent ffe6afad54
commit 5389994e33

View File

@ -39,6 +39,6 @@ Put your custom CSS in this file.
}
body {
background: #ff0000 !important;
background: #ff0000;
}