From 12d1c20c91ca630bcaaeede2631820e48b7e93c9 Mon Sep 17 00:00:00 2001 From: Andrew Yu Date: Tue, 11 Jan 2022 15:24:58 +0800 Subject: minor css tweaks around borders --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a7cf934..59af847 100644 --- a/style.css +++ b/style.css @@ -32,18 +32,22 @@ h1 { a:link { color: cyan; text-decoration: none; + border: solid cyan 1px; } a:visited { color: violet; text-decoration: none; + border: solid violet 1px; } a:hover { color: yellow; text-decoration: none; + border: solid yellow 1px; } a:active { color: lime; text-decoration: none; + border: solid lime 1px; } #nav ul { list-style-type: none; @@ -60,7 +64,6 @@ a:active { } #nav ul li a { font-weight: bold; - color: white; } .alarm { color: red; -- cgit 1.4.1-2-gfad0