Move to typography

This commit is contained in:
Kognise 2019-04-11 11:11:18 -04:00
parent c59e9cf60a
commit 773ca9e5eb
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6
7 changed files with 14 additions and 14 deletions

View file

@ -1,8 +0,0 @@
blockquote {
border-left: 0.2em solid $focus;
background: $background-alt;
margin: 1.5em 1em;
padding: 0.5em 1em;
border-top-right-radius: $border-radius;
border-bottom-right-radius: $border-radius;
}

View file

@ -4,5 +4,4 @@
@import 'forms';
@import 'links';
@import 'code';
@import 'misc';
@import 'blockquote';
@import 'misc';

View file

@ -14,3 +14,12 @@ h1, h2, h3, h4, h5, h6, strong {
h1, h2, h3, h4, h5, h6, b, strong, th {
font-weight: 600;
}
blockquote {
border-left: 0.2em solid $focus;
background: $background-alt;
margin: 1.5em 1em;
padding: 0.5em 1em;
border-top-right-radius: $border-radius;
border-bottom-right-radius: $border-radius;
}