1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-23 05:15:10 +02:00

Tweak some styles

This commit is contained in:
Kognise
2019-04-11 11:55:32 -04:00
parent 0ac1cdb24a
commit 2de67217c8
5 changed files with 15 additions and 8 deletions

View File

@@ -16,10 +16,17 @@ h1, h2, h3, h4, h5, h6, b, strong, th {
}
blockquote {
border-left: 0.2em solid $focus;
background: $background-alt;
border-left: 4px solid $focus;
margin: 1.5em 1em;
padding: 0.5em 1em;
border-top-right-radius: $border-radius;
border-bottom-right-radius: $border-radius;
font-style: italic;
}
blockquote > footer {
margin-top: 10px;
font-style: normal;
}
blockquote cite {
font-style: normal;
}