From 95c57c55e09ce7271a3b70317b0abaf6e859c6ee Mon Sep 17 00:00:00 2001 From: Dtpark Date: Wed, 4 Aug 2021 23:42:30 +0800 Subject: [PATCH] change the color of title at post list to green to unity the theme color --- _sass/base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/base.scss b/_sass/base.scss index b3c06a70af..2bdd51a9dc 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -235,6 +235,11 @@ hr { */ a { + color: $confier; + text-shadow: 0 0 5px rgba($confier, 0.5); +} + +a:hover { color: #63c0f5; text-shadow: 0 0 5px rgba(104, 182, 255, 0.5); }