adjust link and button hover states
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user