Fixed text decoration for anchors with btn class

This commit is contained in:
Alejandro Celaya 2022-03-07 11:25:42 +01:00
parent 7ab368a424
commit fc71c0f5c8

View file

@ -28,7 +28,7 @@ a,
text-decoration: none; text-decoration: none;
} }
a:not(.nav-link):not(.navbar-brand):not(.page-link):not(.highlight-card):hover, a:not(.nav-link):not(.navbar-brand):not(.page-link):not(.highlight-card):not(.btn):hover,
.btn-link:hover { .btn-link:hover {
text-decoration: underline; text-decoration: underline;
} }