Skip to content

Commit ebebcf0

Browse files
authored
feat: adapt comment font
1 parent 3d2b93d commit ebebcf0

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

overrides/partials/comments.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
33
<!-- Insert generated snippet here -->
44

5-
<script src="https://giscus.app/client.js" data-repo="SWHL/AI-Competition-Collections"
6-
data-repo-id="MDEwOlJlcG9zaXRvcnkzNjI2NTQ0NDA=" data-category="Q&A" data-category-id="DIC_kwDOFZ2q6M4Ce5Hu"
7-
data-mapping="pathname" data-strict="0" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="top"
8-
data-theme="preferred_color_scheme" data-lang="zh-CN" data-loading="lazy" crossorigin="anonymous" async>
5+
<script src="https://giscus.app/client.js"
6+
data-repo="SWHL/AI-Competition-Collections"
7+
data-repo-id="MDEwOlJlcG9zaXRvcnkzNjI2NTQ0NDA="
8+
data-category="Q&A"
9+
data-category-id="DIC_kwDOFZ2q6M4Ce5Hu"
10+
data-mapping="title"
11+
data-strict="0"
12+
data-reactions-enabled="1"
13+
data-emit-metadata="0"
14+
data-input-position="top"
15+
data-theme="https://cdn.jsdelivr.net/gh/L33Z22L11/giscus-theme/lxgw-wenkai.css"
16+
data-lang="zh-CN"
17+
data-loading="lazy"
18+
crossorigin="anonymous" async>
919
</script>
1020

1121
<!-- Synchronize Giscus theme with palette -->
@@ -43,4 +53,4 @@ <h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
4353
})
4454
})
4555
</script>
46-
{% endif %}
56+
{% endif %}

0 commit comments

Comments
 (0)