#28 added tabindex for "home"
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2021-11-02 23:43:19 +01:00
committed by Giovanni Harting
parent f57d4d941c
commit ed6c6e799a
4 changed files with 42 additions and 15 deletions

View File

@@ -186,6 +186,11 @@ nav {
box-shadow: 0 4px 2px -2px var(--bs-warning);
}
&:focus-visible {
outline: none;
box-shadow: 0 4px 2px -2px var(--bs-warning);
}
&:hover {
color: #bdbdbd !important;
transition: 250ms ease-in-out;
@@ -223,6 +228,10 @@ nav {
margin-top: 17px;
margin-left: 0;
&:focus-visible {
outline: none;
box-shadow: 0 4px 2px -2px var(--bs-warning);
}
&:hover {
color: var(--bs-warning);