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
fix: soften colour of subtitle/footer
finxol.io
4 months ago
f574e2b8
f19fc912
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
layouts
Layout.astro
+1
-1
src/layouts/Layout.astro
reviewed
···
153
153
154
154
p {
155
155
margin: 0;
156
156
-
--container-color: var(--sky-500);
156
156
+
--container-color: var(--sky-400);
157
157
--container-text-color: var(--sky-950);
158
158
}
159
159