mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-18 20:13:31 +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 {
|
||||
background-color: var(--pre-background-color);
|
||||
background-color: var(--card-background);
|
||||
padding: var(--card-padding);
|
||||
position: relative;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user