fixing fullscreen button color
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 30s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 30s
This commit is contained in:
parent
a9a5be9fb4
commit
460d4a84aa
|
@ -42,6 +42,7 @@ html[theme='f0ck'] {
|
|||
--loading-indicator-color: #9f0;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #363636;
|
||||
--maximize_button: #9f0;
|
||||
}
|
||||
|
||||
html[theme="f0ck"] .admin-search button {
|
||||
|
@ -100,6 +101,7 @@ html[theme='p1nk'] {
|
|||
--loading-indicator-color: #ff00d0;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #363636;
|
||||
--maximize_button: #ff00d0;
|
||||
}
|
||||
|
||||
html[theme="p1nk"] .pagination>a,
|
||||
|
@ -153,6 +155,7 @@ html[theme='orange'] {
|
|||
--loading-indicator-color: #ff6f00;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #363636;
|
||||
--maximize_button: #ff6f00;
|
||||
}
|
||||
|
||||
html[theme="orange"] .pagination>a,
|
||||
|
@ -208,6 +211,7 @@ html[theme='amoled'] {
|
|||
--loading-indicator-color: #fff;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #363636;
|
||||
--maximize_button: #000
|
||||
}
|
||||
|
||||
html[theme="amoled"] .metadata {
|
||||
|
@ -287,6 +291,7 @@ html[theme="paper"] {
|
|||
--loading-indicator-color: #000;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #363636;
|
||||
--maximize_button: #fff;
|
||||
}
|
||||
|
||||
html[theme="paper"] .err {
|
||||
|
@ -472,6 +477,7 @@ html[theme="atmos"] {
|
|||
--loading-indicator-color: #1fb2b0;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #363636;
|
||||
--maximize_button: #1fb2b0;
|
||||
}
|
||||
|
||||
html[theme="atmos"] .pagination>a,
|
||||
|
@ -527,6 +533,7 @@ html[theme="term"] {
|
|||
--loading-indicator-color: #00DF00;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #363636;
|
||||
--maximize_button: #00DF00;
|
||||
}
|
||||
|
||||
html[theme="term"] .pagination>a,
|
||||
|
@ -598,6 +605,7 @@ html[theme="iced"] {
|
|||
--loading-indicator-color: #0084ff;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #363636;
|
||||
--maximize_button: #0084ff;
|
||||
}
|
||||
|
||||
html[theme="iced"] ._204863 {
|
||||
|
@ -669,6 +677,7 @@ html[theme='f0ck95'] {
|
|||
--loading-indicator-color: #000;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #808080;
|
||||
--maximize_button: #000;
|
||||
}
|
||||
|
||||
html[theme="f0ck95"] html,
|
||||
|
@ -937,6 +946,7 @@ html[theme='f0ck95d'] {
|
|||
--loading-indicator-color: #fff;
|
||||
--img-border-width: 0;
|
||||
--img-border-color: #808080;
|
||||
--maximize_button: #fff;
|
||||
}
|
||||
|
||||
html[theme="f0ck95d"] .err {
|
||||
|
@ -2692,7 +2702,7 @@ table img {
|
|||
}
|
||||
|
||||
.iconset#a_favo {
|
||||
fill: var(--accent);
|
||||
fill: var(--maximize_button);
|
||||
}
|
||||
|
||||
.imageDoor:hover:after {
|
||||
|
|
Loading…
Reference in New Issue
Block a user