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: !important
bleh
devins.page
4 months ago
18a71503
5797d361
+3
-3
2 changed files
expand all
collapse all
unified
split
public
dpgiscus.css
src
components
Comments.astro
+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
90
-
--text-muted-color: #ababab;
91
91
-
--text-normal-color: #ffffff;
90
90
+
--text-muted-color: #ababab !important;
91
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
12
-
data-theme="https://devins.page/dp-giscus.css"
12
12
+
data-theme="https://devins.page/dpgiscus.css"
13
13
data-lang="en"
14
14
crossorigin="anonymous"
15
15
async></script>