From 664282f2c56765def6e55cec725b4e7232e584cf Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Thu, 24 Sep 2020 12:38:43 +0200 Subject: [PATCH] . --- stylesheets/components/_login.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/components/_login.less b/stylesheets/components/_login.less index 7e92aa9..93a937d 100644 --- a/stylesheets/components/_login.less +++ b/stylesheets/components/_login.less @@ -19,11 +19,11 @@ } & input#login_form_submit { width: 100%; - color: #323036; + color: #323036 !important; font-size: 1.3em; background-color: transparent; &:hover { - color: #ceccd2; + color: #ceccd2 !important; background-color: transparent; } }