mirror of
https://github.com/kognise/water.css.git
synced 2025-08-13 00:24:31 +02:00
Add styling for blockquotes
This commit is contained in:
committed by
Lewin Appleton-Fox
parent
7c29de1036
commit
a8f5eec5c3
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user