lowered outline width

This commit is contained in:
Miodec 2023-01-25 23:34:03 +01:00
parent 25f8d4a2ce
commit cb3f1ee1b0
2 changed files with 2 additions and 2 deletions

View file

@ -315,7 +315,7 @@ key {
outline: none;
}
&:focus {
box-shadow: 0 0 0 0.2em var(--text-color);
box-shadow: 0 0 0 0.15em var(--text-color);
// outline: 2px solid var(--text-color);
}
&:active {

View file

@ -54,7 +54,7 @@
align-items: center;
.button.danger {
box-shadow: 0 0 0 0.2em var(--error-color);
box-shadow: 0 0 0 0.15em var(--error-color);
color: var(--text-color);
&:hover {
background: var(--text-color);