diff options
Diffstat (limited to 'theme/static')
-rw-r--r-- | theme/static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 1966a42..91a441f 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -573,6 +573,10 @@ span.tag::before { margin: 0; } +.hidden { + display: none; +} + @media (prefers-color-scheme: dark) { :root { --bg: #141617; |