www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit 3aa54d2df6b5e7672c33f8442ad0ac1a1fbbbdf4
parent 02ca55219ded2bf542e3e447fb9eb6456c75b687
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Mon Mar 30 10:03:17 +0200

monochrom avatar fix for chromium
Diffstat:
muc/muc.css | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -19,7 +19,10 @@ html * {
 #conversejs .message.chat-msg .chat-msg__avatar image {
   height: 64px;
   width: 64px;
-  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0.2 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 1 0 0 0 0 1 0\'/></filter></svg>#grayscale");
+}
+
+#conversejs .message.chat-msg .chat-msg__avatar {
+filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0.2 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 1 0 0 0 0 1 0\'/></filter></svg>#grayscale");
 }
 
 /* quick and dirty, because converse.css is a 15K lines nightmare */