summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2015-05-26 12:45:32 +0200
committerSiri Reiter <siri@jones.dk>2015-05-26 12:45:32 +0200
commit7512bb2c42e3c17aad298f76860ce77987f56d6d (patch)
tree5f99c4bf40c619d6cc37905dfff5a293bee43f25
parentcaa8a71bbe18d1a073fafdd0667c4f91f8abcf25 (diff)
Full notation background-color (instead of just background) in sidebar and farbar, and use color reference -light in farbar annotation.
-rw-r--r--local.scss8
1 files changed, 4 insertions, 4 deletions
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;