1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-13 16:44:58 +02:00

Move to typography

This commit is contained in:
Kognise
2019-04-11 11:11:18 -04:00
parent c59e9cf60a
commit 773ca9e5eb
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;
}