tangled
alpha
login
or
join now
finxol.io
/
portfolio
0
fork
atom
Personal site
staging.colinozanne.co.uk
portfolio
astro
0
fork
atom
overview
issues
pulls
pipelines
chore: remove unused class
finxol.io
2 months ago
10047834
594029b6
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+2
-6
1 changed file
expand all
collapse all
unified
split
src
components
customise.astro
+2
-6
src/components/customise.astro
···
37
37
const locale = (Astro.currentLocale as Locale) ?? config.defaultLocale;
38
38
---
39
39
40
40
-
<button
41
41
-
type="button"
42
42
-
class="customise-trigger container"
43
43
-
id="customise-trigger"
44
44
-
>
40
40
+
<button type="button" class="container" id="customise-trigger">
45
41
<Icon name="pixel:themes" />
46
42
<span>
47
43
{content.trigger[locale]}
···
262
258
inherits: false;
263
259
}
264
260
265
265
-
button.customise-trigger {
261
261
+
button#customise-trigger {
266
262
--container-color: var(--primary);
267
263
268
264
display: flex;