🐛 fix blockquote color in dark mode
This commit is contained in:
@@ -108,6 +108,12 @@ body[data-theme="dark"] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Blockquote
|
||||||
|
blockquote {
|
||||||
|
color: $dark-gray;
|
||||||
|
border-color: $dark-light;
|
||||||
|
}
|
||||||
|
|
||||||
// Strong, Bold
|
// Strong, Bold
|
||||||
strong,
|
strong,
|
||||||
b {
|
b {
|
||||||
|
|||||||
Reference in New Issue
Block a user