From 54b68d8c69f44b3a61ad9c4e4502f7d6d13e6afd Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Thu, 9 Apr 2026 16:07:36 +0300 Subject: minor outline fix --- src/app/globals.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/app/globals.css') diff --git a/src/app/globals.css b/src/app/globals.css index ca0c3c7..200644c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -22,6 +22,10 @@ --background: #05040a; --foreground: #ffffff; + :focus { + outline: none; + } + --violet: #464199; --violet-darker: #191635; --light-violet: #8784c9; -- cgit v1.3-3-g829e