Skip to content

Commit 2de7651

Browse files
committed
styles: Fix <strong> usage inside tooltip inside <small>
1 parent f9bf48c commit 2de7651

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/styles/shared/typography.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
strong {
66
color: var(--main-color);
77
}
8+
9+
:global(.tooltip) strong {
10+
color: inherit;
11+
}
812
}
913

1014
.small a, a.small {

0 commit comments

Comments
 (0)