fix: make keyboard selected elements stand out more

This commit is contained in:
ThaUnknown 2025-07-17 13:13:32 +02:00
parent d8ebb596e5
commit cc1d4df640
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "6.4.47",
"version": "6.4.48",
"license": "BUSL-1.1",
"private": true,
"packageManager": "pnpm@9.15.5",

View file

@ -162,7 +162,7 @@ a {
*:focus-visible {
outline: none;
border-image: fill 0 linear-gradient(#8883, #8883);
border-image: fill 0 linear-gradient(#8885, #8885);
}
*::-webkit-scrollbar {