New backup 2025-08-24 12:30:01
This commit is contained in:
parent
ca39d2f420
commit
245a66fae0
2 changed files with 12 additions and 9 deletions
|
@ -22,19 +22,20 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/* Please write your custom CSS under this line*/
|
/* Please write your custom CSS under this line*/
|
||||||
:root {
|
:root {
|
||||||
--pogmom-background-color: rgba(0,0,0,0);
|
--pogmom-background-color: rgba(17,19,23,0.4);
|
||||||
--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: var(--pogmom-background-color) !important;
|
--darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;
|
||||||
--darkreader-bg--theme-bg-home-custom: var(--pogmom-background-color) !important;
|
--darkreader-bg--theme-bg-home-custom: var(--pogmom-background-color) !important;
|
||||||
--color-background-plain: var(--pogmom-background-color) !important;
|
--color-background-plain: var(--pogmom-background-color) !important;
|
||||||
--background-color: var(--pogmom-background-color) !important;
|
--background-color: var(--pogmom-background-color) !important;
|
||||||
--image-background: none !important;
|
--image-background: none;
|
||||||
--darkreader-bg--bgColor-default: var(--pogmom-background-color) !important;
|
--darkreader-bg--bgColor-default: var(--pogmom-background-color) !important;
|
||||||
--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;
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
--image-background: none;
|
||||||
--darkreader-bg--theme-bg-home-custom: var(--pogmom-background-color) !important;
|
--darkreader-bg--theme-bg-home-custom: var(--pogmom-background-color) !important;
|
||||||
--darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;
|
--darkreader-bg--theme-bg-home: var(--pogmom-background-color) !important;
|
||||||
--color-background-plain: var(--pogmom-background-color) !important;
|
--color-background-plain: var(--pogmom-background-color) !important;
|
||||||
|
@ -56,11 +57,13 @@ NOTE: You can use the userContent.css file without change preferences (about:con
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
|
--image-background: none;
|
||||||
background-color: var(--pogmom-background-color) !important;
|
background-color: var(--pogmom-background-color) !important;
|
||||||
* {
|
/* * {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
|
--image-background: none;
|
||||||
background: var(--pogmom-background-color) !important;
|
background: var(--pogmom-background-color) !important;
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-moz-document domain(*.*) {
|
@-moz-document domain(*.*) {
|
||||||
|
|
|
@ -24,6 +24,11 @@ ShowSelector=1
|
||||||
StartWithLastProfile=1
|
StartWithLastProfile=1
|
||||||
Version=2
|
Version=2
|
||||||
|
|
||||||
|
[Profile4]
|
||||||
|
Name=testing
|
||||||
|
IsRelative=1
|
||||||
|
Path=4z689ygf.testing
|
||||||
|
|
||||||
[Install6C4726F70D182CF7]
|
[Install6C4726F70D182CF7]
|
||||||
Default=penelope
|
Default=penelope
|
||||||
Locked=1
|
Locked=1
|
||||||
|
@ -33,8 +38,3 @@ Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=school
|
Path=school
|
||||||
|
|
||||||
[Profile4]
|
|
||||||
Name=testing
|
|
||||||
IsRelative=1
|
|
||||||
Path=4z689ygf.testing
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue