f0bm #75

Open
schrumpel wants to merge 49 commits from schrumpel/f0bm:f0bm into master
Showing only changes of commit a905b8817e - Show all commits

View File

@ -50,8 +50,13 @@ span#favs {
._204863 {
background: none;
border: none;
background-color: none;
}
html[theme="iced"] ._204863 {
background: none;
}
.media-object {
border: none;
}
@ -78,3 +83,20 @@ span#favs {
#main {
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);
}