diff options
-rw-r--r-- | local.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -14,7 +14,7 @@ h1, h2, h3 { color: darkgreen; } -a:hover, a:visited { +a:hover { color: darkgreen; } @@ -37,6 +37,10 @@ DIV#topbar { width: 75%; } +DIV#topbar a { + text-decoration: none; +} + DIV#topbar ul { list-style-type: none; padding: 0; |