www.lurk.org

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

commit 06c45c0ca5fe7cb51a569647e79ae9c7dfe38164
parent 18d779b020c6a0ea1afcefcb8b1799db69891014
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Fri Jul 10 23:43:15 +0200

follow the sun colours
Diffstat:
muc/muc.css | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -87,7 +87,7 @@ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><
 #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chat-info {
   line-height: 1.3em;
   color: #000000;
-  background-color: #FFCD3F;
+  background-color: #333;
 }
 
 #conversejs .message .mention {
@@ -99,7 +99,7 @@ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><
   color: #000000;
   font-size: 1.05em;
   font-weight: normal;
-  background-color: #FFCD3F;
+  background-color: #333;
 }
 
 #conversejs .message.chat-msg .chat-msg__heading .chat-msg__author {
@@ -129,7 +129,7 @@ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><
 }
 
 #conversejs .form-control {
-  color: #7800FF;
+  color: #333;
   transition: unset;
 }
 
@@ -138,7 +138,7 @@ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><
 }
 
 #conversejs .form-control:focus {
-    color: #7800FF;
+    color: #333;
     border-color: unset;
     box-shadow: unset;
 }