New backup 2025-09-13 15:00:01
This commit is contained in:
parent
bf1883987e
commit
117959d5cf
1 changed files with 8 additions and 23 deletions
|
@ -44,28 +44,21 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
||||||
--darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important;
|
--darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important;
|
||||||
--darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
--darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
||||||
--darkreader-bg--main-bg-color: var(--pogmom-background-color) !important;
|
--darkreader-bg--main-bg-color: var(--pogmom-background-color) !important;
|
||||||
/* background: rgba(0, 0, 0, 0.5) !important;*/
|
|
||||||
}
|
}
|
||||||
/* * {
|
|
||||||
background: var(--pogmom-background-color) !important;
|
|
||||||
--darkreader-neutral-background: var(--pogmom-background-color) !important;
|
|
||||||
--darkreader-bg--bgColor-default: var(--pogmom-background-color) !important;
|
|
||||||
--color-background-plain: var(--pogmom-background-color) !important;
|
|
||||||
--darkreader-bg--bgColor-canvas-default: var(--pogmom-background-color) !important;
|
|
||||||
}*/
|
|
||||||
/* --darkreader-background-ffffff: var(--pogmom-background-color) !important;
|
|
||||||
background: var(--pogmom-background-color) !important;*/
|
|
||||||
@-moz-document domain(cloud.pogmom.me) {
|
@-moz-document domain(cloud.pogmom.me) {
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
--image-background: none;
|
--image-background: none;
|
||||||
background-color: var(--pogmom-background-color) !important;
|
background-color: var(--pogmom-background-color) !important;
|
||||||
/* * {
|
}
|
||||||
background-image: none !important;
|
}
|
||||||
--image-background: none;
|
@-moz-document domain(pogmom.me) {
|
||||||
background: var(--pogmom-background-color) !important;
|
html,
|
||||||
}*/
|
body {
|
||||||
|
background-image: none !important;
|
||||||
|
--image-background: none;
|
||||||
|
background-color: var(--pogmom-background-color) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-moz-document domain(*.*) {
|
@-moz-document domain(*.*) {
|
||||||
|
@ -79,11 +72,3 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*@-moz-document domain(cloud.pogmom.me) {
|
|
||||||
html,
|
|
||||||
body {
|
|
||||||
background-color: var(--pogmom-background-color) !important;
|
|
||||||
color: #888888 !important;
|
|
||||||
background-color: #191919 !important;
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue