From 58aed892d872e89a3861dc4a93d7bb5573913005 Mon Sep 17 00:00:00 2001 From: Miraty Date: Mon, 3 May 2021 15:54:55 +0200 Subject: [PATCH] Fix "Only apply transition to border's color" --- style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.less b/style.less index 56ddb24..3753ee7 100755 --- a/style.less +++ b/style.less @@ -261,7 +261,7 @@ header, footer { font-size: 20px; padding-left: 10px; font-weight: normal; - transition: color 0.1s linear; + transition: border-color 0.1s ease; margin-top: 8px; @media @light {