diff --git a/ts/deckconfig/ConfigEditor.svelte b/ts/deckconfig/ConfigEditor.svelte index e02d7182d..c01f1420b 100644 --- a/ts/deckconfig/ConfigEditor.svelte +++ b/ts/deckconfig/ConfigEditor.svelte @@ -17,6 +17,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html :global(h2) { margin-top: 1em; } + + :global(input, select) { + font-size: 16px; + }