summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
authorstale <redkugelblitzin@gmail.com>2022-05-31 18:06:52 -0300
committerstale <redkugelblitzin@gmail.com>2022-05-31 18:06:52 -0300
commit6c0907a825865956a169d7523b19121ea0e2e700 (patch)
tree572547831fab18925dc558d98a72842abd14bc9d /assets/style.css
parent47b2b1512484d66cd92ea38b27f94d4dd70cd0b6 (diff)
added config file, room system finished
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/assets/style.css b/assets/style.css
index 66130eb..58da34f 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -36,13 +36,18 @@ body {
padding: 0.1em 0.1em;
}
-#rlist a, span {
+#rlist a, #rlist span {
text-decoration: none;
- line-height: 0.4;
color: #dfdfff;
background-color: #3c3c3c;
}
+span, h1, h4 {
+ margin: 0 auto;
+}
+
+h4 { margin-left: 1em; }
+
a :visited {
color: inherit;
}