diff options
author | Siri Reiter <siri@jones.dk> | 2013-01-20 00:11:09 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-12-02 00:48:26 +0100 |
commit | e7d59f54b9760e3c3fecbaeda49cc3254ba69b71 (patch) | |
tree | 27106d62ccb3d522a537eba33f0aad8028f86749 | |
parent | 9a409a82c2ef17511abd6fc80ac2fc1fe153c334 (diff) |
Styling: All text in sidebar now darkblue (sidebar p).
-rw-r--r-- | style.scss | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -200,7 +200,6 @@ img { } .sidebar { - color: DarkBlue !important; float: left; min-height: 480px; width: 14%; @@ -237,8 +236,10 @@ img { font-weight: normal; } -.sidebar ul li .selflink { +.sidebar p { color: DarkBlue; +} +.sidebar ul li .selflink { font-weight: bold; } |