From 0769d6fd1f21e0b51509e442b4bfd973ef268ebf Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 21 Feb 2024 11:09:40 +0000 Subject: [PATCH] Stop scaling links on mouseover In some ways I like this but it feels unprofessional? --- website/src/styles/base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/styles/base.scss b/website/src/styles/base.scss index 387712ee1c..58f2df1315 100644 --- a/website/src/styles/base.scss +++ b/website/src/styles/base.scss @@ -5,7 +5,7 @@ a { &:hover { - @apply underline decoration-emerald-700 scale-105; + @apply underline decoration-emerald-700; } } @@ -78,4 +78,4 @@ table, tr, td { -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards; -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards; animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards; -} \ No newline at end of file +}