fix(article): .highlight can't change to light

fixed the issue: .highlight for code blocks stays dark and won't change to the light theme
This commit is contained in:
Xin Yang 2022-02-11 12:43:21 -07:00 committed by GitHub
parent ce57ea915e
commit f43229ceca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -395,7 +395,7 @@
}
.highlight {
background-color: var(--pre-background-color);
background-color: var(--card-background);
padding: var(--card-padding);
position: relative;