From a905b8817e841ab89a4eb945ba212f07c43688cf Mon Sep 17 00:00:00 2001 From: x Date: Thu, 13 Mar 2025 00:33:53 +0100 Subject: [PATCH] 1 --- public/s/css/w0bm.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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