fix(css): make blockquote more obvious

This commit is contained in:
curben 2019-11-14 02:11:14 +00:00
parent 248ab79ac4
commit 8f5ae5ee9d
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 5 additions and 2 deletions

View File

@ -219,10 +219,11 @@ strong {
} }
blockquote { blockquote {
color: #666; background: #333;
border-left: 2px solid #666; border-left: 2px solid #666;
padding-left: 1em; padding-left: 1em;
margin: 1em 3em 1em -1em; margin: 1em 3em 1em 0em;
max-width: max-content;
} }
.page-nav { .page-nav {
@ -814,6 +815,7 @@ svg#link {
color: white; color: white;
} }
blockquote,
code, code,
kbd, kbd,
pre, pre,
@ -847,6 +849,7 @@ svg#link {
color: black; color: black;
} }
blockquote,
code, code,
kbd, kbd,
pre, pre,