diff options
-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; |