From 872284bb3ed7ef470a1b88fefdaa2bfe86923449 Mon Sep 17 00:00:00 2001 From: Kourva <118578799+Kourva@users.noreply.github.com> Date: Sat, 22 Jun 2024 05:42:19 +0330 Subject: [PATCH] Update main.css --- Clicker/style/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Clicker/style/main.css b/Clicker/style/main.css index 8b9504f..1901a44 100644 --- a/Clicker/style/main.css +++ b/Clicker/style/main.css @@ -16,8 +16,9 @@ background-size: 15px 15px; } -input, textarea, button, select, a { - -webkit-tap-highlight-color: transparent; + +* { + outline: none; }