mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-11 22:15:35 +00:00
fix: make keyboard selected elements stand out more
This commit is contained in:
parent
d8ebb596e5
commit
cc1d4df640
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue