New backup 2025-08-24 11:30:02

This commit is contained in:
Penelope Gwen 2025-08-24 11:30:02 -07:00
parent f2f33cdf10
commit 57e0a2d081

View file

@ -24,12 +24,16 @@ NOTE: You can use the userContent.css file without change preferences (about:con
:root { :root {
--in-content-page-background: #00000000 !important; --in-content-page-background: #00000000 !important;
--in-content-box-background: #00000088 !important; --in-content-box-background: #00000088 !important;
--darkreader-bg-theme-bg-home: rgb(0, 0, 0, 0) !important;
--darkreader-neutral-background: rgb(0, 0, 0, 0) !important;
background: rgba(0, 0, 0, 0) !important; background: rgba(0, 0, 0, 0) !important;
/* @-moz-document domain(*.pogmom.me),*/ /* @-moz-document domain(*.pogmom.me),*/
@-moz-document domain(*.*) { @-moz-document domain(*.*) {
html, html,
body { body {
background: rgba(0, 0, 0, 0) !important; * {
background: rgba(0, 0, 0, 0) !important;
}
} }
} }
} }