From 350827eb44c9623e6861213b07e94a5fe0cc0fdb Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 10 Aug 2025 19:01:44 +0000 Subject: [PATCH] style --- style.css | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/style.css b/style.css index fb755db..3ed1692 100644 --- a/style.css +++ b/style.css @@ -22,18 +22,6 @@ text-decoration: none; } a:active { color: green; -} -#join {} -#register {} -#links { -padding-top: 1em; -} -#title { -padding: 0.5em; -font-size: 3em; -} -#flag { - } #back { font-size: 11px; @@ -44,7 +32,10 @@ white-space: pre-wrap; font-size: 0.7em; padding: 1em; } - +.box { +width: 50em; +text-align: left; +} /* stolen from darkreader static */ html, body, @@ -113,7 +104,3 @@ input:not([style*="background-image:"]), textarea:not([style*="background-image:"]) { background-image: none !important; } -.box { - width: 50em; - align-text: left; -} -- 2.39.5