From 49d3b4bfe325e460abf358c66cbe2edd7ca9baec Mon Sep 17 00:00:00 2001 From: Antoine Kingue Date: Tue, 6 Dec 2022 16:39:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix=20css=20rules=20into=20globa?= =?UTF-8?q?lstyle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/GlobalStyle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/GlobalStyle.ts b/docs/components/GlobalStyle.ts index 7bde2701..07429b82 100644 --- a/docs/components/GlobalStyle.ts +++ b/docs/components/GlobalStyle.ts @@ -5,7 +5,7 @@ const GlobalStyle = createGlobalStyle` box-sizing: border-box; } - a { + a:hover { filter: brightness(1) !important; }