my website, hosted on wisp.place

feat: bg-overlay var in giscus theme

should hopefully be the last edit I need to do. I have to change the file name every time because giscus caches it on their servers

+3 -1
+2
public/dpgctheme.css public/devin-giscus.css
··· 44 44 --text-muted-color: #744253; 45 45 --text-normal-color: #744253; 46 46 --color-bg-primary: #ddc2c5; 47 + --color-bg-overlay: #ddc2c5; 47 48 --color-border-primary: #b49094; 48 49 --color-text-primary: #744253; 49 50 --color-text-link: #bc6364; ··· 85 86 --text-muted-color: #f3d9dc; 86 87 --text-normal-color: #f3d9dc; 87 88 --color-bg-primary: #4e3e44; 89 + --color-bg-overlay: #4e3e44; 88 90 --color-border-primary: #68575d; 89 91 --color-text-primary: #f3d9dc; 90 92 --color-text-link: #cf8182;
+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/dpgctheme.css"); 17 + script.setAttribute("data-theme", "https://devins.page/devin-giscus.css"); 18 18 script.setAttribute("data-lang", "en"); 19 19 script.setAttribute("data-loading", "lazy"); 20 20 script.crossOrigin = "anonymous";