my website, hosted on wisp.place

fix: !important

bleh

+3 -3
+2 -2
public/dp-giscus.css public/dpgiscus.css
··· 87 87 /* mobile devices: make background darker for oled screens */ 88 88 @media (max-width: 32rem) { 89 89 :root { 90 - --text-muted-color: #ababab; 91 - --text-normal-color: #ffffff; 90 + --text-muted-color: #ababab !important; 91 + --text-normal-color: #ffffff !important; 92 92 } 93 93 } 94 94 }
+1 -1
src/components/Comments.astro
··· 9 9 data-reactions-enabled="1" 10 10 data-emit-metadata="0" 11 11 data-input-position="top" 12 - data-theme="https://devins.page/dp-giscus.css" 12 + data-theme="https://devins.page/dpgiscus.css" 13 13 data-lang="en" 14 14 crossorigin="anonymous" 15 15 async></script>