fix(faq): keep visited links blue

This commit is contained in:
Tommaso Casaburi
2026-05-01 12:50:36 +07:00
parent cfd617af99
commit 0cbae87aef
+4
View File
@@ -46,6 +46,10 @@
color: var(--homepage-box-bar-text-color);
}
.content a:visited {
color: #00e;
}
.infoBox .boxContent a,
.infoBox .boxContent a:visited {
color: var(--homepage-infobox-link-text-color);