aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-22 16:38:34 -0400
committeriamcheeseman <[email protected]>2026-05-22 16:38:34 -0400
commit5d3e82de8b69ba41f210f87c5bf6765ee8d0e667 (patch)
tree95b860704b91ed901ca45769063399e132fcbbca
parent9846cafc025e70eb1e77d372894397a4e875563f (diff)
update link css to not fade out over 2s
-rw-r--r--styles.css3
1 files changed, 1 insertions, 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 {