update styling

This commit is contained in:
Ariejan de Vroom 2020-03-29 14:55:25 +02:00
parent 9456df5427
commit 97adbac17d

View File

@ -1,6 +1,7 @@
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700&display=swap&subset=latin-ext'); @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; $backdrop: #080808;
$background: #242424; $background: #242424;
@ -15,6 +16,7 @@ html, body {
color: $text; color: $text;
font-family: 'IBM Plex Mono', monospace; font-family: 'IBM Plex Mono', monospace;
font-size: $font_size; font-size: $font_size;
line-height: $line-height;
} }
.container { .container {
@ -151,7 +153,7 @@ pre {
margin-left: 2.5rem; margin-left: 2.5rem;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
line-height: 1.25rem; line-height: $line-height;
} }
pre::before { pre::before {