commit bcf4367f41146b8a4a3be2d2e5e9c6503308cf8a parent 3f8d873cdd17bdffd5577a1bd9dde6372b4f81e6 Author: awy <awy@awy.one> Date: Fri, 7 Mar 2025 14:43:17 +0300 theme Diffstat:
M | userContent.css | | | 16 | +++++++++++----- |
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/userContent.css b/userContent.css @@ -1,17 +1,23 @@ -@-moz-document url(aboutnewtab) { +@-moz-document url(about:newtab) { body { - background-color #353C4A !important; + background-color: #353C4A !important; } } -@-moz-document url(aboutblank) { +@-moz-document url(about:blank) { body { - background-color #353C4A !important; + background-color: #353C4A !important; } } @-moz-document url(chromebrowsercontentbrowser.xhtml) { browser[type=content-primary] { - background #353C4A !important + background: #353C4A !important; + } +} + +@-moz-document url(about:preferences) { + body { + background-color: #353C4A !important; } }