1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2025-02-16 12:43:58 +00:00

🔧 Make outlines wider

This commit is contained in:
Stefano Pigozzi 2021-04-22 18:29:36 +02:00
parent df117585e5
commit 19ee9ae23f
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
}
.Button:focus-visible {
outline: 2px solid var(--outline);
outline: 4px solid var(--outline);
}
.ButtonGreen {

View file

@ -35,7 +35,7 @@
}
.ButtonLink:focus-visible .ButtonSidebar {
outline: 2px solid var(--outline);
outline: 4px solid var(--outline);
}
.ButtonIcon {