From a860859507cc163bb4d2c4a872582b13d01485c5 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Fri, 1 May 2026 23:33:30 +0700 Subject: [PATCH] fix(faq): scope visited link color to content --- src/views/faq/faq.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/faq/faq.module.css b/src/views/faq/faq.module.css index fe7e915a..a5d7383b 100644 --- a/src/views/faq/faq.module.css +++ b/src/views/faq/faq.module.css @@ -46,7 +46,7 @@ color: var(--homepage-box-bar-text-color); } -.content a:visited { +.boxContent a:visited { color: #00e; }