summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss5
1 files 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;
}