Files
hyzendust.github.io/themes/hugo-theme-yue/assets/scss/_syntax-highlight.scss
2025-11-11 18:07:05 +05:30

14 lines
318 B
SCSS

@import "syntax-highlight/gruvbox-light";
@media (prefers-color-scheme: dark) {
@import "syntax-highlight/gruvbox-dark";
}
// Use background color slightly different from that of <body>
// Without language
pre:not(.chroma),
// With language
.bg,
.chroma,
.highlight {
background-color: var(--background-color1);
}