Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-14 15:33:12 +0300
committerDillon <dillonzq@outlook.com>2020-03-14 15:33:12 +0300
commit92fc2bf74f84d9cee06bc8a8677216b6b37c4424 (patch)
tree35a6bb1cef13dc0fc77f0d2118488b5351d415d5 /layouts/partials/comment.html
parentc4d409967e3a98b18095eb634074355b1bb05229 (diff)
fix(style): dark mode for mermaid and valine
Diffstat (limited to 'layouts/partials/comment.html')
-rw-r--r--layouts/partials/comment.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html
index 6a97d9b..d02aa78 100644
--- a/layouts/partials/comment.html
+++ b/layouts/partials/comment.html
@@ -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 -}}