From ec368169fb4c7782834c626d77f6afab7924cd05 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 1 Apr 2023 18:52:30 -0400 Subject: fix share button Signed-off-by: Xe Iaso --- static/css/shim.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/css') 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; -- cgit v1.2.3