fix: markdown code lang capitalization and line number color (#1098)

This commit is contained in:
Joel
2023-09-04 11:31:25 +08:00
committed by GitHub
parent 6fa2454c9a
commit cc9edfffd8
2 changed files with 24 additions and 16 deletions

View File

@@ -1046,4 +1046,8 @@
.markdown-body ::-webkit-calendar-picker-indicator {
filter: invert(50%);
}
.markdown-body .react-syntax-highlighter-line-number {
color: #D0D5DD;
}