my website, hosted on wisp.place
0
fork

Configure Feed

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

fix: colors again guh

intergrav 06982e94 c53bab5d

+5 -5
+4 -4
public/dp-giscus-theme.css public/dp-giscustheme.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(254 100 11 / 40%); 78 + --color-accent-subtle: rgb(254 100 11 / 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: rgb(203 166 247 / 40%); 163 - --color-accent-subtle: rgb(203 166 247 / 15%); 162 + --color-accent-muted: rgb(250 179 135 / 40%); 163 + --color-accent-subtle: rgb(250 179 135 / 15%); 164 164 --color-success-fg: #a6e3a1; 165 165 --color-attention-fg: #fab387; 166 166 --color-attention-muted: #cba6f7;
+1 -1
src/components/Comments.astro
··· 16 16 script.setAttribute("data-input-position", "bottom"); 17 17 script.setAttribute( 18 18 "data-theme", 19 - "https://devins.page/dp-giscus-theme.css", 19 + "https://devins.page/dp-giscustheme.css", 20 20 ); 21 21 script.setAttribute("data-lang", "en"); 22 22 script.setAttribute("data-loading", "lazy");