From 83eac8261e48a7d5278968122fe4180986662a2c Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Mon, 24 Aug 2020 11:12:24 +0800 Subject: [PATCH] chore: change a link css style on hover state --- _sass/yat/_base.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/_sass/yat/_base.scss b/_sass/yat/_base.scss index f43b2b9..9c9a871 100644 --- a/_sass/yat/_base.scss +++ b/_sass/yat/_base.scss @@ -110,7 +110,6 @@ a { text-decoration: none; &:hover { - color: $text-color; text-decoration: underline; }