my website, hosted on wisp.place

feat: improve giscus theme

+5 -3
+4 -2
public/gtheme.css public/dpgctheme.css
··· 43 43 --color-prettylights-syntax-constant-other-reference-link: #032563; 44 44 --text-muted-color: #744253; 45 45 --text-normal-color: #744253; 46 - --color-border-primary: #744253; 46 + --color-bg-primary: #ddc2c5; 47 + --color-border-primary: #b49094; 47 48 --color-text-primary: #744253; 48 49 --color-text-link: #bc6364; 49 50 --color-segmented-control-bg: transparent; ··· 83 84 --color-prettylights-syntax-constant-other-reference-link: #addcff; 84 85 --text-muted-color: #f3d9dc; 85 86 --text-normal-color: #f3d9dc; 86 - --color-border-primary: #f3d9dc; 87 + --color-bg-primary: #4e3e44; 88 + --color-border-primary: #68575d; 87 89 --color-text-primary: #f3d9dc; 88 90 --color-text-link: #cf8182; 89 91 --color-segmented-control-bg: transparent;
+1 -1
src/components/Comments.astro
··· 14 14 script.setAttribute("data-reactions-enabled", "0"); 15 15 script.setAttribute("data-emit-metadata", "1"); 16 16 script.setAttribute("data-input-position", "bottom"); 17 - script.setAttribute("data-theme", "https://devins.page/gtheme.css"); 17 + script.setAttribute("data-theme", "https://devins.page/dpgctheme.css"); 18 18 script.setAttribute("data-lang", "en"); 19 19 script.setAttribute("data-loading", "lazy"); 20 20 script.crossOrigin = "anonymous";