We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07ba4e commit 0f54892Copy full SHA for 0f54892
src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/Giscus.razor.js
@@ -8,7 +8,7 @@ window.initGiscus = (divClass, giscus) => {
8
script.setAttribute('data-mapping', 'title')
9
script.setAttribute('data-reactions-enabled', '0')
10
script.setAttribute('data-emit-metadata', '0')
11
- script.setAttribute('data-theme', 'light')
+ script.setAttribute('data-theme', 'dark_dimmed')
12
script.crossOrigin = 'anonymous'
13
14
const elementToAppend = document.getElementsByClassName(divClass)[0]
0 commit comments