adjust color of focus-visible to be better visible

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Simon L 2023-10-05 12:16:48 +02:00 committed by nextcloud-command
parent 4fd0408088
commit 10c0c30ce2
5 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -225,8 +225,8 @@ kbd {
}
}
a:focus-visible {
box-shadow: var(--color-primary-element) inset 0 0 0 2px;
outline: none;
box-shadow: 0 0 0 4px var(--color-main-background);
outline: 2px solid var(--color-main-text);
}
&.active,
a:active,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long