diff options
-rw-r--r-- | local.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -118,7 +118,12 @@ DIV#sidebar A { font-weight: bold; } -DIV#wrapper{ +DIV#sidebar A:hover { + text-decoration: underline; + color: LightBlue; +} + +DIV#wrapper { float: right; width: 60%; margin-right: 20%; |