diff options
| author | Christian Cleberg <[email protected]> | 2025-03-29 20:52:17 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-03-29 20:52:17 -0500 |
| commit | 05c59b8f0177a4bb1719cf524763924ebf46c31f (patch) | |
| tree | 62fe68228030ab34a7859bdfcc38e52d445acbd6 /theme/static | |
| parent | f6909c0866c5f5e6dd64f8a68488e0e27732b7f2 (diff) | |
| download | cleberg.net-05c59b8f0177a4bb1719cf524763924ebf46c31f.tar.gz cleberg.net-05c59b8f0177a4bb1719cf524763924ebf46c31f.tar.bz2 cleberg.net-05c59b8f0177a4bb1719cf524763924ebf46c31f.zip | |
add IndieWedring
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; |
