From 6a227b136da34fab2a7585a9f7a480a01b9052f8 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong <1040110848@qq.com> Date: Sun, 8 Jan 2023 11:58:08 +0800 Subject: [PATCH] :lipstick: Update link style --- assets/style-refractored.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/style-refractored.scss b/assets/style-refractored.scss index a95a969..3c6e6eb 100644 --- a/assets/style-refractored.scss +++ b/assets/style-refractored.scss @@ -70,6 +70,13 @@ body{ } } +a { + color: #0059b3; + &:visited { + color: #430085; + } +} + .page{ max-width: 1150px; margin: auto;