Give the focus on .focus element a red tint

This commit is contained in:
Henrik Giesel 2020-10-05 22:39:16 +02:00
parent a08d83deda
commit 0b434e484b

View File

@ -41,7 +41,7 @@ button {
outline: 5px auto rgba(0, 103, 244, 0.247);
&:focus {
outline-color: rgba(92, 160, 255, 0.247);
outline-color: rgba(103, 103, 244, 0.247);
}
}