Fix colors
Some checks failed
github pages / deploy (push) Failing after 2s

This commit is contained in:
Alex Selimov 2026-03-02 20:28:37 -05:00
parent 94c8006b6b
commit ce5baa572d

View file

@ -55,7 +55,7 @@ footer {
}
.mesh-image {
color: var(--color-light);
color: #61ABDA;
}
.footer-copy {
@ -110,7 +110,7 @@ li {
}
.mesh-image {
color: #1f2328;
color: #61ABDA;
}
h1,
@ -133,6 +133,13 @@ li {
color: #61ABDA;
}
header a,
header a:visited,
footer a,
footer a:visited {
color: inherit;
}
textarea,
input {
background-color: #f6f8fa;
@ -173,4 +180,11 @@ li {
ul.blog-posts li a:visited {
color: #61ABDA;
}
header a,
header a:visited,
footer a,
footer a:visited {
color: inherit;
}
}