diff --git a/public/s/css/w0bm.css b/public/s/css/w0bm.css index 7180f0e..a56a5b1 100644 --- a/public/s/css/w0bm.css +++ b/public/s/css/w0bm.css @@ -50,8 +50,13 @@ span#favs { ._204863 { background: none; border: none; + background-color: none; } +html[theme="iced"] ._204863 { + background: none; + } + .media-object { border: none; } @@ -77,4 +82,21 @@ span#favs { #main { grid-row: 2; -} */ \ No newline at end of file +} */ + + +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); + } \ No newline at end of file