mirror of
https://github.com/kognise/water.css.git
synced 2026-01-06 13:25:42 +01:00
Add styling for blockquotes
This commit is contained in:
parent
7c29de1036
commit
a8f5eec5c3
5 changed files with 21 additions and 4 deletions
|
|
@ -13,4 +13,10 @@ 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;
|
||||
margin: 1.5em 1em;
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue