diff options
-rw-r--r-- | local.scss | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; |