diff options
| author | iamcheeseman <[email protected]> | 2026-05-22 16:38:34 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-22 16:38:34 -0400 |
| commit | 5d3e82de8b69ba41f210f87c5bf6765ee8d0e667 (patch) | |
| tree | 95b860704b91ed901ca45769063399e132fcbbca | |
| parent | 9846cafc025e70eb1e77d372894397a4e875563f (diff) | |
update link css to not fade out over 2s
| -rw-r--r-- | styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 { |
