mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-19 04:23:30 +08:00
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:
parent
ce57ea915e
commit
f43229ceca
@ -395,7 +395,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
background-color: var(--pre-background-color);
|
background-color: var(--card-background);
|
||||||
padding: var(--card-padding);
|
padding: var(--card-padding);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user