Better style for blockquote and preformatted block

This commit is contained in:
Adële 2021-05-05 07:34:49 +02:00
parent ba6f27a99b
commit 9cc5c34145
1 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,9 @@ div.main {
pre {
background: #eee;
padding: 16px;
margin: 16px 0;
overflow-x: auto;
box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, .1);
}
li {
margin-left: 16px;
@ -23,9 +25,9 @@ p {
font-family: Sans-Serif;
}
blockquote {
background: #ffc;
padding: 16px;
margin: 8px;
background: #fdfdec;
padding: 8px 16px;
margin: 0;
}
div.toc {
float: right;