From d05e983121bcdace08d697c1f9c6c005ffba5609 Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Tue, 29 Sep 2020 16:26:50 +0200 Subject: [PATCH] Font weight on login button --- stylesheets/components/_login.less | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/components/_login.less b/stylesheets/components/_login.less index d470dcd..f7b21bd 100644 --- a/stylesheets/components/_login.less +++ b/stylesheets/components/_login.less @@ -26,6 +26,7 @@ font-size: 1.3em; letter-spacing: 0.2em; background-color: transparent; + font-weight: bold; &:hover { color: #ceccd2 !important; background-color: transparent;