From 7512bb2c42e3c17aad298f76860ce77987f56d6d Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 26 May 2015 12:45:32 +0200 Subject: Full notation background-color (instead of just background) in sidebar and farbar, and use color reference -light in farbar annotation. --- local.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'local.scss') diff --git a/local.scss b/local.scss index 8474677..202947f 100644 --- a/local.scss +++ b/local.scss @@ -210,7 +210,7 @@ div.sidebar ul ul li { div.sidebar div.notebox { color: $base !important; - background: #ff30ff; + background-color: #ff30ff; border: none; text-align: center; p { @@ -226,7 +226,7 @@ div.farbar { float: left; margin-top: 2%; margin-left: -23%; - background: #99CCFF; + background-color: $accent-light; width: 20%; max-width: 300px; padding: 1%; @@ -243,7 +243,7 @@ div.notebox { float: none; width: auto; color: $accent !important; - background: none; + background-color: none; margin-left: 0; border: medium dashed $accent-light; text-align: center; @@ -251,7 +251,7 @@ div.notebox { div.inlinepage { margin: 1em 0; - border: 1px solid lightblue; + border: 1px solid $accent-light; border-style: solid; padding: 1em; overflow: visible; -- cgit v1.2.3