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