diff options
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); } |
