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
feat: change catppuccin colors
devins.page
8 months ago
996709f0
5043e402
+11
-11
2 changed files
expand all
collapse all
unified
split
public
dpgiscus.css
src
components
Comments.astro
+10
-10
public/dp-giscus.css
public/dpgiscus.css
···
43
43
--color-btn-active-bg: #acb0be;
44
44
--color-btn-selected-bg: #acb0be;
45
45
--color-btn-counter-bg: #acb0be;
46
46
-
--color-btn-outline-text: #8839ef;
46
46
+
--color-btn-outline-text: #fe640b;
47
47
--color-btn-shadow: 0 0 transparent;
48
48
--color-btn-inset-shadow: 0 0 transparent;
49
49
--color-btn-primary-text: #eff1f5;
···
72
72
--color-border-default: #bcc0cc;
73
73
--color-border-muted: #ccd0da;
74
74
--color-neutral-muted: rgb(156 160 176 / 20%);
75
75
-
--color-accent-fg: hsl(266deg 85% 55%);
76
76
-
--color-accent-emphasis: #8839ef;
77
77
-
--color-accent-muted: rgb(136 57 239 / 40%);
78
78
-
--color-accent-subtle: rgb(136 57 239 / 15%);
75
75
+
--color-accent-fg: #fe640b;
76
76
+
--color-accent-emphasis: #fe640b;
77
77
+
--color-accent-muted: rgb(136, 57, 239, /40%);
78
78
+
--color-accent-subtle: rgb(136, 57, 239, /15%);
79
79
--color-success-fg: #40a02b;
80
80
--color-attention-fg: #fe640b;
81
81
--color-attention-muted: #8839ef;
···
128
128
--color-btn-active-bg: #585b70;
129
129
--color-btn-selected-bg: #585b70;
130
130
--color-btn-counter-bg: #585b70;
131
131
-
--color-btn-outline-text: #cba6f7;
131
131
+
--color-btn-outline-text: #fab387;
132
132
--color-btn-shadow: 0 0 transparent;
133
133
--color-btn-inset-shadow: 0 0 transparent;
134
134
--color-btn-primary-text: #1e1e2e;
···
157
157
--color-border-default: #45475a;
158
158
--color-border-muted: #313244;
159
159
--color-neutral-muted: rgb(108 112 134 / 40%);
160
160
-
--color-accent-fg: #cba6f7;
161
161
-
--color-accent-emphasis: #cba6f7;
162
162
-
--color-accent-muted: rgb(203 166 247 / 40%);
163
163
-
--color-accent-subtle: rgb(203 166 247 / 15%);
160
160
+
--color-accent-fg: #fab387;
161
161
+
--color-accent-emphasis: #fab387;
162
162
+
--color-accent-muted: rgba(203, 166, 247, /40%);
163
163
+
--color-accent-subtle: rgba(203, 166, 247, /15%);
164
164
--color-success-fg: #a6e3a1;
165
165
--color-attention-fg: #fab387;
166
166
--color-attention-muted: #cba6f7;
+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/dp-giscus.css");
17
17
+
script.setAttribute("data-theme", "https://devins.page/dpgiscus.css");
18
18
script.setAttribute("data-lang", "en");
19
19
script.setAttribute("data-loading", "lazy");
20
20
script.crossOrigin = "anonymous";