summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-08-24 11:12:24 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-08-24 11:12:24 +0800
commit83eac8261e48a7d5278968122fe4180986662a2c (patch)
tree1d7745e9259ed3a5d5e1c86661ff694f5746788a /_sass
parent905649edb30779347c77c77c2254b867d8091436 (diff)
chore: change a link css style on hover state
Diffstat (limited to '_sass')
-rw-r--r--_sass/yat/_base.scss1
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;
}