my website, hosted on wisp.place
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: colors oops i messed it up

i also have to keep changing the file name so that it doesn't use the cached version

intergrav c53bab5d 996709f0

+8 -5
+4 -4
public/dpgiscus.css public/dp-giscus-theme.css
··· 74 74 --color-neutral-muted: rgb(156 160 176 / 20%); 75 75 --color-accent-fg: #fe640b; 76 76 --color-accent-emphasis: #fe640b; 77 - --color-accent-muted: rgb(136, 57, 239, /40%); 78 - --color-accent-subtle: rgb(136, 57, 239, /15%); 77 + --color-accent-muted: rgb(136 57 239 / 40%); 78 + --color-accent-subtle: rgb(136 57 239 / 15%); 79 79 --color-success-fg: #40a02b; 80 80 --color-attention-fg: #fe640b; 81 81 --color-attention-muted: #8839ef; ··· 159 159 --color-neutral-muted: rgb(108 112 134 / 40%); 160 160 --color-accent-fg: #fab387; 161 161 --color-accent-emphasis: #fab387; 162 - --color-accent-muted: rgba(203, 166, 247, /40%); 163 - --color-accent-subtle: rgba(203, 166, 247, /15%); 162 + --color-accent-muted: rgb(203 166 247 / 40%); 163 + --color-accent-subtle: rgb(203 166 247 / 15%); 164 164 --color-success-fg: #a6e3a1; 165 165 --color-attention-fg: #fab387; 166 166 --color-attention-muted: #cba6f7;
+4 -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/dpgiscus.css"); 17 + script.setAttribute( 18 + "data-theme", 19 + "https://devins.page/dp-giscus-theme.css", 20 + ); 18 21 script.setAttribute("data-lang", "en"); 19 22 script.setAttribute("data-loading", "lazy"); 20 23 script.crossOrigin = "anonymous";