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