New backup 2025-08-24 11:30:02
This commit is contained in:
parent
f2f33cdf10
commit
57e0a2d081
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue