From 175e08ed596fbcf61d5b96dd2399519b39b0a7b8 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Wed, 30 Oct 2024 14:50:41 -0700 Subject: [PATCH] fixup buttons --- src/styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.css b/src/styles/index.css index 1f06881..87a0c41 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -109,7 +109,7 @@ body button:focus { } #CybotCookiebotDialog { - a:hover, a:focus-visible { + a:hover, a:focus-visible, button:hover, button:focus-visible { text-decoration: underline; } } \ No newline at end of file