mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-02-15 00:01:11 +01:00
Fix: remove submodule
This commit is contained in:
14
themes/hugo-theme-yue/assets/scss/_syntax-highlight.scss
Normal file
14
themes/hugo-theme-yue/assets/scss/_syntax-highlight.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
@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);
|
||||
}
|
||||
Reference in New Issue
Block a user