about summary refs log tree commit diff homepage
path: root/_css/style.css
diff options
context:
space:
mode:
Diffstat (limited to '_css/style.css')
-rw-r--r--_css/style.css12
1 files changed, 3 insertions, 9 deletions
diff --git a/_css/style.css b/_css/style.css
index fa15219..d7bea79 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -118,22 +118,18 @@ p, details {
 
 /* Boxes */
 .franklin-content blockquote, .note {
-    margin: 1ex -1rem;
+    margin: 0 -1rem;
     padding-bottom: 1ex;
     padding-left: 0.75rem;
     padding-right: 1rem;
     padding-top: 1ex;
 }
-
 .franklin-content blockquote p, .note p { margin: 1ex 0 }
-
 .note p:first-child { font-weight: bold }
-
 .franklin-content blockquote {
     background: var(--overlay-bg);
-    border-left: 0.25rem solid var(--fade-fg);
+    border-left: 0.25rem solid #8884;
 }
-
 .note {
     background-color: #51affe25;
     border-left: 0.25rem solid var(--blue);
@@ -233,10 +229,8 @@ code, .hljs {
     clear: both;
     margin: 1ex 0;
     overflow: hidden;
-    padding: 1ex;
+    padding: 0 1rem;
 }
-.comment p { margin: 1ex }
-.comment blockquote, .comment .note { margin: -1ex -1ex 0 }
 
 .openring {
     display: flex;