diff --git a/themes/devroom-2020/assets/scss/devroom.scss b/themes/devroom-2020/assets/scss/devroom.scss index 6b8ecfc..684e408 100644 --- a/themes/devroom-2020/assets/scss/devroom.scss +++ b/themes/devroom-2020/assets/scss/devroom.scss @@ -1,6 +1,7 @@ @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700&display=swap&subset=latin-ext'); -$font_size: 1.05rem; +$font_size: 1rem; +$line-height: 1.5rem; $backdrop: #080808; $background: #242424; @@ -15,6 +16,7 @@ html, body { color: $text; font-family: 'IBM Plex Mono', monospace; font-size: $font_size; + line-height: $line-height; } .container { @@ -151,7 +153,7 @@ pre { margin-left: 2.5rem; overflow-x: auto; overflow-y: hidden; - line-height: 1.25rem; + line-height: $line-height; } pre::before {