Skip to content

Commit cce5870

Browse files
committed
fix "learn more" hover text-deco
1 parent 296cf71 commit cce5870

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

theming/rules/_hoverables-light.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@
2626
@extend .card;
2727
@extend .quarto-grid-item;
2828
text-decoration: none;
29+
&:hover {
30+
text-decoration: none;
31+
}
2932
}

0 commit comments

Comments
 (0)