diff --git a/docs/index.html b/docs/index.html
index 1c1649f..701d2ab 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -61,15 +61,15 @@ h2, h3, h4 {
}
a {
- color: var(--neon-blue) !important;
+ color: var(--mystic-green) !important;
}
a:hover {
- color: var(--mystic-green);
+ color: var(--mystic-green) !important;
}
-span {
- color: var(--bright-white);
+.anchor span {
+ color: var(--bright-white) !important;
}
.cover-main span {