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

@ -46,12 +46,14 @@ h2 {
}
.btn:hover {
text-decoration: none;
transform: scale(1.1);
}
.btn--solid {
background-color: var(--foreground-text);
color: var(--background);
}
.btn--solid:hover {
background-color: white;
}
.site-navigation {
display: flex;
@ -341,8 +343,9 @@ footer.somos-infinitos-footer .footer-navigation ul.footer-navigation--links li
text-transform: uppercase;
text-decoration: none;
}
footer.somos-infinitos-footer .footer-navigation ul.footer-navigation--links li a:hover {
text-decoration: underline;
footer.somos-infinitos-footer .footer-navigation ul.footer-navigation--links li a:hover, footer.somos-infinitos-footer .footer-navigation ul.footer-navigation--links li a:focus {
text-decoration: none;
text-shadow: 0px 0px 0px #fff;
}
footer.somos-infinitos-footer .email-cta h3 {
font-family: var(--wp--preset--font-family--eb-garamond);
@ -375,6 +378,8 @@ footer.somos-infinitos-footer .email-cta form button.btn {
cursor: pointer;
}
footer.somos-infinitos-footer .email-cta form button.btn:hover {
background-color: white;
color: var(--background);
transform: none;
}
footer.somos-infinitos-footer .email-cta .external-social-links {