summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.scss12
1 files changed, 3 insertions, 9 deletions
diff --git a/local.scss b/local.scss
index 083b0be..d9166fa 100644
--- a/local.scss
+++ b/local.scss
@@ -42,6 +42,7 @@ a:hover {
em {
color: black;
font-weight: bold;
+ font-style: inherit;
}
img.icon {
@@ -193,12 +194,11 @@ div.sidebar div.notebox {
color: $base !important;
background: #ff30ff;
border: none;
- text-align: left;
+ text-align: center;
}
-/* TODO: drop when nn4.css is dropped */
div.sidebar div.notebox p {
- color: $base;
+ margin: 1.2em 0;
}
div.sidebar div.notebox a {
@@ -231,12 +231,6 @@ div.notebox {
text-align: center;
}
-/* TODO: drop when nn4.css is dropped */
-div.notebox p {
- color: $accent;
- text-align: center;
-}
-
div.inlinepage {
margin: 1em 0;
border: 1px solid lightblue;