diff --git a/_sass/helpers.scss b/_sass/helpers.scss index 15c2301..fb87fb2 100644 --- a/_sass/helpers.scss +++ b/_sass/helpers.scss @@ -246,8 +246,8 @@ // Cambiar el fondo al pasar por encima o hacer foco .hover-bg-#{$color} { - &:hover { - &:focus-within, + &:hover, + &:focus-within { background-color: var(--#{$color}); } }