Update em styling

This commit is contained in:
Ariejan de Vroom 2020-03-11 14:10:10 +01:00
parent 7ebc8e5827
commit 254791a2f9

View File

@ -1,6 +1,6 @@
@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: 1rem; $font_size: 1.05rem;
$backdrop: #080808; $backdrop: #080808;
$background: #242424; $background: #242424;
@ -88,12 +88,6 @@ strong {
font-weight: bold; font-weight: bold;
} }
em {
font-style: normal;
color: $background;
background-color: $text;
}
blockquote *::before { blockquote *::before {
content: "> "; content: "> ";
} }
@ -136,6 +130,10 @@ small {
} }
.reading-time { .reading-time {
display: inline-block;
float: right; float: right;
} }
hr {
border: none;
border-top: 2px dashed $footer;
}