From 5fe874d5bfd769cc78e19d6cd3848bdde3235694 Mon Sep 17 00:00:00 2001 From: Andrew Yu Date: Thu, 16 Dec 2021 01:34:54 +0800 Subject: css link colors --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/style.css b/style.css index c2ab6c9..7d0bac5 100644 --- a/style.css +++ b/style.css @@ -36,3 +36,15 @@ h1 { line-height: 1.2; font-size: 80%; } +a:link { + color: cyan; +} +a:visited { + color: violet; +} +a:hover { + color: yellow; +} +a:active { + color: lime; +} -- cgit 1.4.1-2-gfad0