Obwódka focusa

This commit is contained in:
2022-05-23 13:20:15 +02:00
parent 1c119a4123
commit 047a0961bb
+5 -1
View File
@@ -29,6 +29,11 @@ body {
overflow-x: hidden;
}
*:focus-visible {
outline: 1px solid white;
outline-offset: 1px;
}
:root {
font-size: 16px;
}
@@ -164,7 +169,6 @@ a {
&:focus {
color: $accentCol;
border: none;
outline: none;
}
}