Change blockquote colour in dark mode

This commit is contained in:
Oliver Davies 2020-11-08 13:36:16 +00:00
parent 9ea86e6559
commit a574e7e532

View file

@ -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 {