diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-09 16:07:36 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-04-09 16:07:36 +0300 |
| commit | 54b68d8c69f44b3a61ad9c4e4502f7d6d13e6afd (patch) | |
| tree | 2d4fe9cee2fc3e3695dddebc217320dba3095ebd /src/app/globals.css | |
| parent | 77ae39e8347ff2418d66424950e8b226900c6b62 (diff) | |
minor outline fix
Diffstat (limited to 'src/app/globals.css')
| -rw-r--r-- | src/app/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
