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

Merge branch 'master' into feature/addresses

This commit is contained in:
Kognise
2019-04-18 10:42:31 -04:00
committed by GitHub
5 changed files with 23 additions and 10 deletions

View File

@@ -3,21 +3,40 @@ h1 {
margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 12px;
}
h1, h2, h3, h4, h5, h6, strong {
h1,
h2,
h3,
h4,
h5,
h6,
strong {
color: $text-bright;
}
h1, h2, h3, h4, h5, h6, b, strong, th {
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
font-weight: 600;
}
blockquote {
border-left: 4px solid $focus;
margin: 1.5em 1em;
margin: 1.5em 0em;
padding: 0.5em 1em;
font-style: italic;
}