forked from f0ck/f0ckv2
1
This commit is contained in:
parent
ab2ea14891
commit
a905b8817e
@ -50,8 +50,13 @@ span#favs {
|
|||||||
._204863 {
|
._204863 {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
background-color: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[theme="iced"] ._204863 {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
.media-object {
|
.media-object {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@ -78,3 +83,20 @@ span#favs {
|
|||||||
#main {
|
#main {
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
html[theme="term"] .image-brand {
|
||||||
|
filter: hue-rotate(-50deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
html[theme="f0ck"] .image-brand {
|
||||||
|
filter: hue-rotate(-50deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
html[theme="p1nk"] .image-brand {
|
||||||
|
filter: hue-rotate(150deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
html[theme="orange"] .image-brand {
|
||||||
|
filter: hue-rotate(-160deg);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user