diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-04-01 18:52:30 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-04-01 18:52:30 -0400 |
| commit | ec368169fb4c7782834c626d77f6afab7924cd05 (patch) | |
| tree | 5be09b9dd8daa2f6cfd5c38f39f7109a4fb120ec /static/css | |
| parent | e9e7ec80af0d2cae67c9dcf2cef64ca54a731046 (diff) | |
| download | xesite-ec368169fb4c7782834c626d77f6afab7924cd05.tar.xz xesite-ec368169fb4c7782834c626d77f6afab7924cd05.zip | |
fix share button
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/shim.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/shim.css b/static/css/shim.css index c9599b5..3642efd 100644 --- a/static/css/shim.css +++ b/static/css/shim.css @@ -139,6 +139,10 @@ h1, h2, h3, h4, h5, h6 { font-family: "Iosevka Etoile Iaso", Menlo, monospace; } +.hidden { + display: none; +} + @media (prefers-color-scheme: light) { .warning { background-color: #fbf1c7; |
