From e9ee6bc68e8029f5831df02d1fa0c66a63ade534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Sat, 16 Oct 2021 00:08:48 +0200 Subject: [PATCH] demos: improve button styling --- demos/setup/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/demos/setup/style.scss b/demos/setup/style.scss index 06d2126f..0da52a24 100644 --- a/demos/setup/style.scss +++ b/demos/setup/style.scss @@ -55,6 +55,12 @@ body { background-color: transparent; } +button, +input { + font-size: inherit; + font-family: inherit; +} + .ProseMirror:focus { outline: none; }