Skip to content

Commit bda015c

Browse files
committed
fix: make strong inherit text color
1 parent 35dba63 commit bda015c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/global.css

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
header, footer {
88
@apply text-gray-400 border-gray-700;
99
}
10+
strong {
11+
@apply text-inherit
12+
}
1013
}
1114
}
1215
}

0 commit comments

Comments
 (0)