diff options
-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; } |