From 9e1233ce7a197f94ebd08d6a133d8afcdfd682bb Mon Sep 17 00:00:00 2001 From: sefaria Date: Fri, 12 Jun 2026 12:50:56 +0200 Subject: [PATCH] comment out a:visited style --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 72e6ac6..d13b63e 100644 --- a/css/style.css +++ b/css/style.css @@ -371,10 +371,10 @@ a:hover { text-decoration-thickness: 0.175rem; } -a:visited { +/* a:visited { color: var(--color-primary); text-decoration-thickness: 0.175rem; -} +} */ button, .button-primary, .button-secondary, .menu-button, .logo { appearance: none;