www.lurk.org

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

commit 4f71774d5129237c7ce880bf732e6b0d50677d75
parent c43e2e61c5ecb196d0f713f8fd4ccf47ab2af2a2
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sat Mar 28 17:40:55 +0100

new folder name + fixedsys font
Diffstat:
css/README | 3---
css/muc.css | 4----
muc/FSEX302.ttf | 0
muc/README | 3+++
muc/muc.css | 13+++++++++++++
5 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/css/README b/css/README
@@ -1,3 +0,0 @@
-Yo, this is the CSS files used by some
-anon conversejs instances we serve from agnes.
-
diff --git a/css/muc.css b/css/muc.css
@@ -1,4 +0,0 @@
-.chat-head chat-head-chatroom row no-gutters {
-  background-color: black;
-}
-
diff --git a/muc/FSEX302.ttf b/muc/FSEX302.ttf
Binary files differ.
diff --git a/muc/README b/muc/README
@@ -0,0 +1,3 @@
+Yo, this is the CSS files used by some
+anon conversejs instances we serve from agnes.
+
diff --git a/muc/muc.css b/muc/muc.css
@@ -0,0 +1,12 @@
+/* chat head */
+#conversejs .chat-head,
+#conversejs .chat-head .chat-head__desc {
+  color: white;
+}
+
+
+/* quick and dirty, because converse.css is a nightmare */
+#conversejs, #conversejs-bg, .converse-fullscreen {
+  --redder-orange: #7800FF;
+  --light-blue: #FFCD3F;
+}+
\ No newline at end of file