From 6c0907a825865956a169d7523b19121ea0e2e700 Mon Sep 17 00:00:00 2001 From: stale Date: Tue, 31 May 2022 18:06:52 -0300 Subject: added config file, room system finished --- assets/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'assets/style.css') 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; } -- cgit v1.2.3