commit d5e6c07bb86183fab3110094dbf57abb3135240e parent 1e07a1131440383809fa5e30469abebcf916c1ca Author: awy <awy@awy.one> Date: Thu, 3 Apr 2025 17:24:14 +0300 css Diffstat:
M | userContent.css | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/userContent.css b/userContent.css @@ -31,3 +31,10 @@ --in-content-page-color: #fbf1c7 !important; } } + +@-moz-document unobservable-document() { + :root { + color: #FBF1C7; + background-color: #32302F; + } +}