feat: highlight links
test-build / build (push) Has been cancelled
test-build / guarddog (push) Has been cancelled

This commit is contained in:
2026-05-16 19:50:01 -05:00
parent 1d5f5e16e8
commit 3914e3aab3
+4
View File
@@ -31,4 +31,8 @@
.site-title:where(.astro-gmuhlsjs) {
color: var(--color-turquoise);
}
div.sl-markdown-content a {
color: var(--color-turquoise);
}
}