my website, hosted on wisp.place

fix: maybe fix giscus theme

i have no idea what im doing this probably won t work

+5 -1
+4
public/devin-giscus.css public/devingiscus.css
··· 38 38 --color-prettylights-syntax-constant-other-reference-link: #032563; 39 39 --text-muted-color: #685151; 40 40 --text-normal-color: #56393a; 41 + --color-text-primary: var(--text-normal-color); 42 + --color-fg-default: var(--text-normal-color); 43 + --color-border-default: var(--text-normal-color); 44 + --color-border-primary: var(--text-normal-color); 41 45 --color-segmented-control-bg: transparent; 42 46 } 43 47
+1 -1
src/components/Comments.astro
··· 9 9 data-reactions-enabled="1" 10 10 data-emit-metadata="0" 11 11 data-input-position="top" 12 - data-theme="https://devins.page/devin-giscus.css" 12 + data-theme="https://devins.page/devingiscus.css" 13 13 data-lang="en" 14 14 crossorigin="anonymous" 15 15 async></script>