commit 1aaff0b1509b20a743742d764c00dcf636b35685
parent 3db3a9872bb4432f0c49487b353482b2b351e5f8
Author: ugrnm <ultrageranium@bleu255.com>
Date: Fri Jul 10 23:34:56 +0200
follow the sun colours
Diffstat:1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -21,20 +21,20 @@ html * {
width: 64px;
}
-#conversejs .message.chat-msg .chat-msg__avatar {
+/*#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 */
#conversejs, #conversejs-bg, .converse-fullscreen {
- --global-background-color: #FFCD3F;
- --redder-orange: #7800FF;
- --message-text-color: #7800FF;
- --text-color: #7800FF;
- --light-blue: #FFCD3F;
- --subdued-color: #FFCD3F;
- --chatroom-correcting-color: #FFCD3F;
- --primary-color-dark: #7800FF;
+ --global-background-color: #333;
+ --redder-orange: #333;
+ --message-text-color: #333;
+ --text-color: #333;
+ --light-blue: #333;
+ --subdued-color: #333;
+ --chatroom-correcting-color: #333;
+ --primary-color-dark: #333;
--normal-font: 'Route159-SemiBold', monospace;
--heading-font: 'Route159-SemiBold', monospace;
--font-size-tiny: 1.05em;
@@ -48,7 +48,7 @@ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><
--line-height-huge: 1.3em;
--message-avatar-height: 64px;
--message-avatar-width: 64px;
- --chat-textarea-color: #7800FF;
+ --chat-textarea-color: #333;
}
#conversejs body {
@@ -104,14 +104,14 @@ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><
#conversejs .message.chat-msg .chat-msg__heading .chat-msg__author {
display: inline-block;
- padding: .25em .4em;
+ padding: .05em .2em;
text-align: center;
white-space: nowrap;
border-radius: .25rem;
color: #FFFFFF;
- font-size: 1.05em;
+ font-size: .8em;
font-weight: normal;
- background-color: #7800FF;
+ background-color: oklch(0.8892 0.1024 85.67);
}
#conversejs .message.chat-msg .chat-msg__heading .chat-msg__time {
@@ -119,8 +119,8 @@ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><
padding: .25em .4em;
text-align: center;
white-space: nowrap;
- color: #7800FF;
- font-size: 1.05em;
+ color: #333;
+ font-size: .8em;
}
#conversejs .btn {
@@ -141,3 +141,4 @@ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><
border-color: unset;
box-shadow: unset;
}
+