diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:24:58 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:24:58 +0800 |
commit | 12d1c20c91ca630bcaaeede2631820e48b7e93c9 (patch) | |
tree | d4505becad922f88721f4c73f0dde801c4042bd7 /style.css | |
parent | a5edcbb846b78ee76377c0c137430b91908ae203 (diff) | |
download | www-12d1c20c91ca630bcaaeede2631820e48b7e93c9.tar.gz |
minor css tweaks around borders
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
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; |