summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--scss/style.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 79ec07a..530e043 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -5,6 +5,8 @@ $font-sans: Alegreya Sans, sans;
$font-serif: Alegreya, serif;
$font-mono: Iosevka, Inconsolata, monospace;
+$font-size-pre: 85%;
+
$yellow: #ffd400;
$canary: #ffffc3;
$canary-text: #191900;
@@ -25,7 +27,7 @@ h1 {
code {
font-family: $font-mono;
- font-size: smaller;
+ font-size: $font-size-pre;
}
pre {
@@ -41,7 +43,7 @@ pre.clear {
}
pre.indent {
- font-size: smaller;
+ font-size: $font-size-pre;
border-left: 4px solid lightgrey;