adjust link and button hover states

This commit is contained in:
2025-04-09 12:08:52 +05:00
parent fa2e0cbc0f
commit 2c61815891
3 changed files with 16 additions and 6 deletions

View File

@ -47,12 +47,12 @@ h2 {
&:hover {
text-decoration: none;
transform: scale(1.1);
}
&--solid {
background-color: var(--foreground-text);
color: var(--background);
&:hover { background-color: white; }
}
}
@ -362,7 +362,10 @@ footer.somos-infinitos-footer {
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
&:hover { text-decoration: underline; }
&:hover, &:focus {
text-decoration: none;
text-shadow: 0px 0px 0px #fff;
}
}
}
}
@ -400,6 +403,8 @@ footer.somos-infinitos-footer {
border: 1px solid;
cursor: pointer;
&:hover {
background-color: white;
color: var(--background);
transform: none;
}
}