Restyle header

This commit is contained in:
Alex Selimov 2026-03-02 20:19:00 -05:00
parent f166deabfb
commit 94c8006b6b
3 changed files with 2076 additions and 4 deletions

View file

@ -50,6 +50,14 @@ footer {
top: 0;
}
.mesh-image svg {
display: block;
}
.mesh-image {
color: var(--color-light);
}
.footer-copy {
padding-top: 0.5rem;
}
@ -101,6 +109,10 @@ li {
color: #1f2328;
}
.mesh-image {
color: #1f2328;
}
h1,
h2,
h3,
@ -113,12 +125,12 @@ li {
}
a {
color: #0969da;
color: #61ABDA;
}
a:visited,
ul.blog-posts li a:visited {
color: #8250df;
color: #61ABDA;
}
textarea,
@ -159,6 +171,6 @@ li {
a,
a:visited,
ul.blog-posts li a:visited {
color: #58a6ff;
color: #61ABDA;
}
}