Open shuilidy922 opened 9 months ago
I want to change the background color to blue, but the outputed html is still white:
:root { --bgblue: #013d4c !important; }
html body { background-color: var(--bgblue); }
I want to change the background color to blue, but the outputed html is still white:
:root { --bgblue: #013d4c !important; }
html body { background-color: var(--bgblue); }