From 93ae9ba9875704e899f7617763dba7f2df08f4b5 Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Thu, 24 Sep 2020 12:03:43 +0200 Subject: [PATCH] Forcing button colour --- stylesheets/components/_button.less | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/components/_button.less b/stylesheets/components/_button.less index 887880c..3b8fe21 100644 --- a/stylesheets/components/_button.less +++ b/stylesheets/components/_button.less @@ -3,6 +3,7 @@ input[type="button"], .button, #btn, input[type="submit"] { + color: #323036 !important; box-shadow: none; text-decoration: none; text-transform: uppercase;