1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-15 01:24:46 +02:00

builded version of fix

This commit is contained in:
Federico Pérez
2019-04-15 14:10:18 -03:00
parent 2177dd67ab
commit 926801d449
5 changed files with 28 additions and 9 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;
}
@@ -29,4 +48,4 @@ blockquote > footer {
blockquote cite {
font-style: normal;
}
}