my website, hosted on wisp.place
0
fork

Configure Feed

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

fix: text decoration giscus

intergrav 35995124 ef25c52d

+3 -3
+2 -2
public/dp-giscustheme.css public/dpgiscustheme.css
··· 6 6 } 7 7 8 8 a { 9 - text-decoration: none; 9 + text-decoration: none !important; 10 10 } 11 11 12 12 a:hover { 13 - text-decoration: underline; 13 + text-decoration: underline !important; 14 14 } 15 15 16 16 /* a modified version of catppuccin's giscus theme for devins.page */
+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-giscustheme.css", 19 + "https://devins.page/dpgiscustheme.css", 20 20 ); 21 21 script.setAttribute("data-lang", "en"); 22 22 script.setAttribute("data-loading", "lazy");