New backup 2025-08-24 11:15:01
This commit is contained in:
parent
bdc653a424
commit
f2f33cdf10
2 changed files with 21 additions and 5 deletions
|
@ -24,4 +24,20 @@ 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;
|
||||||
|
background: rgba(0, 0, 0, 0) !important;
|
||||||
|
/* @-moz-document domain(*.pogmom.me),*/
|
||||||
|
@-moz-document domain(*.*) {
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
background: rgba(0, 0, 0, 0) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
/*@-moz-document domain(cloud.pogmom.me) {
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
background-color: rgba(0, 0, 0, 0) !important;
|
||||||
|
color: #888888 !important;
|
||||||
|
background-color: #191919 !important;
|
||||||
|
}
|
||||||
|
}*/
|
||||||
|
|
|
@ -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