From b79efd805e4fa185b6c39581b7edb11dd24a0bf3 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Tue, 18 Aug 2020 14:03:00 +0800 Subject: [PATCH] chore: change color of visited a link --- _sass/yat/_base.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_sass/yat/_base.scss b/_sass/yat/_base.scss index f3223fd..f43b2b9 100644 --- a/_sass/yat/_base.scss +++ b/_sass/yat/_base.scss @@ -109,10 +109,6 @@ a { color: $brand-color; text-decoration: none; - &:visited { - color: #606060; - } - &:hover { color: $text-color; text-decoration: underline;