diff options
| -rw-r--r-- | local.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,7 @@ h1 { a { color: #06c; + font-weight: normal; } a:hover { @@ -48,6 +49,7 @@ DIV#topbar { DIV#topbar a { text-decoration: none; color: #06c; + font-weight: bold; } DIV#topbar ul { @@ -109,6 +111,7 @@ DIV#sidebar UL UL LI { DIV#sidebar A { text-decoration: none; color: black; + font-weight: bold; } DIV#wrapper{ |
