From a5f5909befe58468c7c692a2cae8773f8d3db271 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 8 May 2023 20:10:22 -0700 Subject: [PATCH] Limit the ruby/rt transitions to color only --- assets/styles/root.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/styles/root.css b/assets/styles/root.css index 026be62..1f5d2d1 100644 --- a/assets/styles/root.css +++ b/assets/styles/root.css @@ -596,12 +596,11 @@ footer > .tags > .chevron:hover { } rt { - color: rgba(var(--black), 0.5); - transition: 0.3s; + transition: color 0.3s; } ruby:hover rt { - color: inherit; - transition: 0.3s; + color: var(--html-color); + transition: color 0.3s; } @media (prefers-color-scheme: dark) { rt {