fix(style): dark mode for mermaid and valine

This commit is contained in:
Dillon
2020-03-14 20:33:12 +08:00
parent c4d409967e
commit 92fc2bf74f
14 changed files with 49 additions and 100 deletions

View File

@@ -51,7 +51,7 @@
{{- if .Site.Params.comment.valine.enable -}}
{{- $valine := .Site.Params.comment.valine -}}
<div id="valine"></div>
{{- slice "lib/valine/dark.scss" | $scratch.Add "linkLocal" -}}
{{- slice "lib/valine/valine.scss" | $scratch.Add "linkLocal" -}}
{{- with $CDN.valineJS -}}
{{- slice . | $scratch.Add "scriptCDN" -}}
{{- else -}}