add underline to tabbed heading on hover
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2024-09-12 12:38:21 +05:00
parent 5e91fd7617
commit 70cb9f14e6

View File

@ -22,6 +22,10 @@
text-decoration: none !important; text-decoration: none !important;
} }
.is-style-tabbed-heading a:hover {
text-decoration: underline !important;
}
@media (max-width: 782px) { @media (max-width: 782px) {
.is-style-tabbed-heading::before { .is-style-tabbed-heading::before {
width: 32px; width: 32px;