summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
Diffstat (limited to 'local.scss')
-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;