2025-2-26-fixed
This commit is contained in:
6
themes/fluid/source/css/highlight-dark.styl
Normal file
6
themes/fluid/source/css/highlight-dark.styl
Normal file
@@ -0,0 +1,6 @@
|
||||
if hexo-config("code.highlight.enable") && hexo-config("dark_mode.enable")
|
||||
if hexo-config("code.highlight.highlightjs.dark.file")
|
||||
@require hexo-config("code.highlight.highlightjs.dark.file")
|
||||
|
||||
if hexo-config("code.highlight.prismjs.dark.file")
|
||||
@require hexo-config("code.highlight.prismjs.dark.file")
|
||||
Reference in New Issue
Block a user