fix(faq): scope visited link color to content

This commit is contained in:
Tommaso Casaburi
2026-05-01 23:33:30 +07:00
parent d0e1d192e3
commit a860859507
+1 -1
View File
@@ -46,7 +46,7 @@
color: var(--homepage-box-bar-text-color);
}
.content a:visited {
.boxContent a:visited {
color: #00e;
}