From 218420991720a5b75ee3bee9055b2e410d59b3db Mon Sep 17 00:00:00 2001 From: Pierre-Henry Soria Date: Mon, 6 May 2024 13:46:04 +1000 Subject: [PATCH] Update button when hover (override style from water.css) --- client/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/index.css b/client/index.css index e7d4de4..61f5d02 100644 --- a/client/index.css +++ b/client/index.css @@ -21,3 +21,8 @@ body { font-family: InterVariable, sans-serif; } } + +button:hover { + color: #007bff; + background-color: transparent; +}