www.lurk.org

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

commit 18d779b020c6a0ea1afcefcb8b1799db69891014
parent 00f2ad8ba80f813331030ac2bf54c4554b19a5a9
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Fri Jul 10 23:42:04 +0200

follow the sun colours
Diffstat:
muc/muc.css | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -4,7 +4,7 @@
 }
 
 html * {
-  scrollbar-color: #7800FF #FFFFFF;
+  scrollbar-color: #333 #FFFFFF;
   scrollbar-width: unset;
 }
 
@@ -111,6 +111,7 @@ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><
   color: #FFFFFF;
   font-size: .8em;
   font-weight: normal;
+  color: #333;
   background-color: oklch(0.8892 0.1024 85.67);
 }