From 09890c3fe9551f47cc50b7bb2886f224f70eec8d Mon Sep 17 00:00:00 2001 From: Jean Date: Fri, 24 Jan 2025 17:26:45 -0800 Subject: [PATCH] Styling links again --- src/popup.css | 3 ++- src/popup.html | 21 ++++++++++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/src/popup.css b/src/popup.css index 99014d1..7b162a3 100644 --- a/src/popup.css +++ b/src/popup.css @@ -463,7 +463,8 @@ label { a { color: var(--link-color); text-decoration: underline; - transition-duration: 0.3s; + text-decoration-color: color-mix(in srgb, currentColor 22%, transparent); + transition-duration: 0.1s; } a:hover{ diff --git a/src/popup.html b/src/popup.html index 8670b33..b08678c 100644 --- a/src/popup.html +++ b/src/popup.html @@ -129,9 +129,24 @@