chore: better blockquote style for dark mode

This commit is contained in:
jeffreytse 2021-02-09 18:11:05 +08:00
parent 16170659f7
commit ef8ce512f0

View file

@ -20,6 +20,10 @@ html[data-theme="dark"] {
background-color: #454545;
}
blockquote {
border-left: 4px solid #484848;
}
table {
color: #9d9d9d;