my website, hosted on wisp.place

fix: make border-radius adjustment important

+2 -2
+1 -1
public/devgiscus.css public/devingc.css
··· 95 95 } 96 96 97 97 .rounded-md { 98 - border-radius: 0.25rem; 98 + border-radius: 0.25rem !important; 99 99 } 100 100 101 101 .gsc-comments .gsc-header .gsc-left-header em a {
+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/devgiscus.css"); 17 + script.setAttribute("data-theme", "https://devins.page/devingc.css"); 18 18 script.setAttribute("data-lang", "en"); 19 19 script.setAttribute("data-loading", "lazy"); 20 20 script.crossOrigin = "anonymous";