From 32533587d8a52dacded5f153ad28d4e94119413e Mon Sep 17 00:00:00 2001 From: julius Date: Sat, 25 Jan 2025 20:10:04 +0100 Subject: [PATCH] remove button hover effect --- src/App.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index f91d08a..96cad31 100644 --- a/src/App.css +++ b/src/App.css @@ -108,14 +108,12 @@ button { color: black; border: 2px solid black; border-radius: unset; + outline: black; cursor: pointer; padding: 8px 16px; width: 50%; } -.tablink:hover { - background-color: #777; -} /* Style the tab content (and add height:100% for full page content) */ .tabcontent {