From e7d59f54b9760e3c3fecbaeda49cc3254ba69b71 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 20 Jan 2013 00:11:09 +0100 Subject: Styling: All text in sidebar now darkblue (sidebar p). --- style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index c81c08f..c1e2db8 100644 --- a/style.scss +++ b/style.scss @@ -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; } -- cgit v1.2.3