mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-01 10:05:55 +00:00
style blockquotes
This commit is contained in:
parent
1718cfb547
commit
52db90b3d0
1 changed files with 14 additions and 0 deletions
|
|
@ -317,6 +317,20 @@ article header h2 {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin-left: 6%;
|
||||
font-style: italic;
|
||||
color: lighten(@text, 15%);
|
||||
}
|
||||
|
||||
blockquote:before {
|
||||
content: '\201F'; // left double curly quote
|
||||
float: left;
|
||||
margin-top: -0.35rem;
|
||||
margin-left: -1rem;
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
ul.audio li {
|
||||
height: 2rem;
|
||||
margin: 0.5rem 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue