diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-15 16:53:35 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-15 16:53:35 +0400 |
| commit | c31320dd1e10a57b381354085124431d5eb7f8c3 (patch) | |
| tree | 598364a1d70bca571a66e77a2ae93fc983340ea7 /public/static/style.css | |
| parent | 03cc8b980f7c3f63765fe9c4cd30f23ffe4b1604 (diff) | |
upd: noscript updates
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
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); } |
