fix: 🐛 修复黑夜模式下的kaTex展示问题

This commit is contained in:
ChandlerVer5
2023-03-05 19:07:07 +08:00
parent ab08df9823
commit e6db6a58f0

View File

@@ -61,6 +61,7 @@
html.dark {
.highlight pre,
.katexmath-block,
pre {
background-color: #282c34;
}