From 406f468a652d68229fdca385095b1db0199af3e8 Mon Sep 17 00:00:00 2001 From: Chetan-KK Date: Sun, 27 Oct 2024 11:19:51 +0530 Subject: [PATCH] fix: welcome variable value --- .../static/css/scss/layout/_welcome.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/conventional-commits/static/css/scss/layout/_welcome.scss b/themes/conventional-commits/static/css/scss/layout/_welcome.scss index 11af1ee..ab8f990 100644 --- a/themes/conventional-commits/static/css/scss/layout/_welcome.scss +++ b/themes/conventional-commits/static/css/scss/layout/_welcome.scss @@ -71,12 +71,12 @@ border: 1px solid $welcome-action-color; margin-right: $gap-md; margin-bottom: $gap-md; - transition: background-color .3s ease, color .3s ease; + transition: background-color 0.3s ease, color 0.3s ease; min-width: fit-content; &:hover { background-color: $welcome-action-color; - color: get-color-accessible-for-background($welcome-action-color) + color: get-color-accessible-for-background($welcome-action-color); } } @@ -113,4 +113,3 @@ left: 0; } } -