From c31320dd1e10a57b381354085124431d5eb7f8c3 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 15 Jun 2025 16:53:35 +0400 Subject: upd: noscript updates --- public/static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index 057d8f2..53c246e 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -56,6 +56,17 @@ margin: 0; } +noscript { + background: #000; + color: #fff; + padding: 8px; + + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + a { color: var(--anchor-color); } -- cgit v1.2.3