diff options
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,7 @@ a:visited { div.header a, div.header a:hover { - color: white + color: white; } div.actions ul { @@ -40,6 +40,7 @@ div#topbar ol li { line-height: 2em; background-color: green; color: white; + font-weight: bold; margin-top: 0; margin-bottom: 0; } |