diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-24 11:12:24 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-24 11:12:24 +0800 |
commit | 83eac8261e48a7d5278968122fe4180986662a2c (patch) | |
tree | 1d7745e9259ed3a5d5e1c86661ff694f5746788a | |
parent | 905649edb30779347c77c77c2254b867d8091436 (diff) |
chore: change a link css style on hover state
-rw-r--r-- | _sass/yat/_base.scss | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |