fehleranalyse
This commit is contained in:
parent
ee923f75cd
commit
7acfc692d7
3 changed files with 36 additions and 1 deletions
18
docs/pretty_quotes.css
Normal file
18
docs/pretty_quotes.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
.md-main blockquote {
|
||||
border: unset !important;
|
||||
border-radius: 4px;
|
||||
padding: 20px 0 20px 0;
|
||||
}
|
||||
|
||||
.md-main blockquote p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.md-main blockquote mark {
|
||||
display: block;
|
||||
background-color: unset;
|
||||
margin: 15px 0 0 20px;
|
||||
font-style: italic;
|
||||
font-size: 19px;
|
||||
font-weight: 150;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue