From 95dbd39d64da6e67f7427c97b71310a2d2463470 Mon Sep 17 00:00:00 2001 From: cha0s Date: Fri, 19 Jun 2020 22:23:03 -0500 Subject: [PATCH] fix: button font size --- src/client/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/index.scss b/src/client/index.scss index 4cd2b39..0431190 100644 --- a/src/client/index.scss +++ b/src/client/index.scss @@ -123,6 +123,7 @@ button { background: #222222; border: 1px solid rgba(255, 255, 255, 0.1); color: #ffffff; + font-size: 100%; } button, input[type="checkbox"], input[type="checkbox"] + label {