chore: better blockquote style for dark mode
This commit is contained in:
parent
16170659f7
commit
ef8ce512f0
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ html[data-theme="dark"] {
|
|||
background-color: #454545;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 4px solid #484848;
|
||||
}
|
||||
|
||||
table {
|
||||
color: #9d9d9d;
|
||||
|
||||
|
|
Loading…
Reference in a new issue