tangled
alpha
login
or
join now
holly.mlem.systems
/
devins.page
forked from
devins.page/devins.page
0
fork
atom
my website, hosted on wisp.place
0
fork
atom
overview
issues
pulls
pipelines
fix: make border-radius adjustment important
devins.page
6 months ago
2741a88d
9176328e
+2
-2
2 changed files
expand all
collapse all
unified
split
public
devingc.css
src
components
Comments.astro
+1
-1
public/devgiscus.css
public/devingc.css
···
95
95
}
96
96
97
97
.rounded-md {
98
98
-
border-radius: 0.25rem;
98
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
17
-
script.setAttribute("data-theme", "https://devins.page/devgiscus.css");
17
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";