From a736113abddcd1afe35989783f73140cd84a7dfc Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 28 Aug 2025 15:22:18 -0400 Subject: [PATCH] Set links to use a transition for color changes --- assets/styles/rimmington.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/styles/rimmington.sass b/assets/styles/rimmington.sass index 24a8b1c..4db2337 100644 --- a/assets/styles/rimmington.sass +++ b/assets/styles/rimmington.sass @@ -14,6 +14,9 @@ body table border: 1px solid #666 +a + transition: color 220ms ease-in-out + #wrapper background: white padding: 1.5rem 2rem