From 5d3e82de8b69ba41f210f87c5bf6765ee8d0e667 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 22 May 2026 16:38:34 -0400 Subject: update link css to not fade out over 2s --- styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 83f4d77..5f8e86f 100644 --- a/styles.css +++ b/styles.css @@ -69,13 +69,12 @@ ul li:before { a, a:visited { color: var(--fg-color) !important; - transition: background 2s; + transition: background 0.2s; } a:hover { color: var(--fg-color-2) !important; background: var(--bg-color-2); - transition: background 0.2s; } .tabs a { -- cgit v1.3-2-g0d8e