change color scheme
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-10 11:46:24 -07:00
parent e90717613a
commit c9cfd7588e
3 changed files with 22 additions and 22 deletions
+3 -3
View File
@@ -23,16 +23,16 @@ footer li {
}
header {
border-bottom: solid var(--color-pink);
border-bottom: solid var(--color-green);
}
footer {
border-top: solid var(--color-pink);
border-top: solid var(--color-green);
}
a[aria-current="page"] {
text-decoration: line-through;
color: rgb(from var(--color-pink) r g b / 65%);
color: rgb(from var(--color-green) r g b / 65%);
}
/* Skip link */