🐛 fix blockquote color in dark mode

This commit is contained in:
piharpi
2020-04-05 12:38:24 +07:00
parent cb21b3bc80
commit 03a54849cf

View File

@@ -108,6 +108,12 @@ body[data-theme="dark"] {
}
}
// Blockquote
blockquote {
color: $dark-gray;
border-color: $dark-light;
}
// Strong, Bold
strong,
b {