summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 15:24:58 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 15:24:58 +0800
commit12d1c20c91ca630bcaaeede2631820e48b7e93c9 (patch)
treed4505becad922f88721f4c73f0dde801c4042bd7 /style.css
parenta5edcbb846b78ee76377c0c137430b91908ae203 (diff)
downloadwww-12d1c20c91ca630bcaaeede2631820e48b7e93c9.tar.gz
minor css tweaks around borders
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
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;