summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/_src.scss15
1 files changed, 13 insertions, 2 deletions
diff --git a/design/sass/_src.scss b/design/sass/_src.scss
index ef89e9a..687773a 100644
--- a/design/sass/_src.scss
+++ b/design/sass/_src.scss
@@ -44,7 +44,7 @@
margin-top: 2em;
margin-bottom: 2em;
}
- li {
+ ul li {
text-align: left;
list-style-type: disc;
margin-left: 1em;
@@ -63,11 +63,22 @@
margin-top: .75em;
}
}
+ .footnote ol {
+ list-style-position: outside;
+ @include breakpoint(beta) {
+ max-width: 680px;
+ }
+ }
}
.post--body pre {
margin: 1em auto !important;
}
-code.language-bash:before {
+.highlight {
+ @include constrain_narrow;
+ padding: .5em;
+ margin-bottom: 1em;
+}
+.go:before {
content: "$ ";
}
code > .comment::after {