diff --git a/src/components/Giscus.tsx b/src/components/Giscus.tsx index 79d2491..403d1fc 100644 --- a/src/components/Giscus.tsx +++ b/src/components/Giscus.tsx @@ -17,7 +17,7 @@ export default function GiscusComments() { strict="1" reactionsEnabled="1" inputPosition="top" - theme="https://raw.githubusercontent.com/catppuccin/giscus/refs/heads/main/themes/mocha.css" + theme={colorMode === "light" ? "https://raw.githubusercontent.com/catppuccin/giscus/refs/heads/main/themes/latte.css" : "https://raw.githubusercontent.com/catppuccin/giscus/refs/heads/main/themes/mocha.css"} lang={currentLocale} loading="lazy" />