From fd5672e9f76867c9ac25123da8bc6ca7fc7ed61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ra=C4=8D=C3=A1k?= Date: Wed, 4 Dec 2024 17:42:34 +0100 Subject: [PATCH] Remove underline from floating donate button It was added inadvertently with the a11y improvements. --- site/css/site-tools.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/site/css/site-tools.scss b/site/css/site-tools.scss index 4d72111927f..0bdf2a1fd91 100644 --- a/site/css/site-tools.scss +++ b/site/css/site-tools.scss @@ -46,6 +46,7 @@ a.prompt-donate { background-color: $vermillion; + text-decoration: none; &:hover { background-color: $accent-vermillion;