black-background.user.css: colors aren't quoted and the comment doesn't belong there

This commit is contained in:
Aminda Suomalainen 2024-05-30 16:07:57 +03:00
parent 2e4a49e1ea
commit 21882319be
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -2,10 +2,9 @@
@name (AMOLED) Black Background
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/usercss/black-background.user.css
@namespace eu.aminda
@version 2024.22.1
@version 2024.22.2
==/UserStyle== */
/* Either the Serif or Sans-Serif specified above. */
body {
background-color: "#000000" !important;
background-color: #000000 !important;
}