about summary refs log tree commit diff
path: root/web/index.html
diff options
context:
space:
mode:
authorJan-Olof Eriksson <jan-olof.eriksson@iki.fi>2024-03-04 18:11:00 +0200
committerGitHub <noreply@github.com>2024-03-04 18:11:00 +0200
commite724ab812346b4224b3efb2de0960f2cda88861b (patch)
tree9192c98b2b0b4be3388019b15b02a5d7df7fcce2 /web/index.html
parent963a44ab872a1044d6997a8fcf7b2fc754ac618a (diff)
parentb70c404d4b369d6fab0dfbafd6b31390ffd20014 (diff)
downloadvoidsky-e724ab812346b4224b3efb2de0960f2cda88861b.tar.zst
Merge branch 'bluesky-social:main' into main
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 78090591c..8f2275a7f 100644
--- a/web/index.html
+++ b/web/index.html
@@ -48,6 +48,12 @@
         scrollbar-gutter: stable both-edges;
       }
 
+      /* Buttons and inputs have a font set by UA, so we'll have to reset that */
+      button, input, textarea {
+        font: inherit;
+        line-height: inherit;
+      }
+
       /* Color theming */
       /* Default will always be white */
       :root {