Change blockquote colour in dark mode
This commit is contained in:
parent
9ea86e6559
commit
a574e7e532
|
@ -19,7 +19,7 @@ a {
|
|||
}
|
||||
|
||||
blockquote {
|
||||
@apply pl-5 border-l-4 border-gray-200 italic
|
||||
@apply pl-5 border-l-4 border-gray-200 italic dark:text-gray-200
|
||||
}
|
||||
|
||||
iframe {
|
||||
|
|
Loading…
Reference in a new issue