Skip to content

Commit a8b204b

Browse files
committed
fix: text color for h1, h2, h3 tags
1 parent e61a1a5 commit a8b204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/globals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@layer {
1717
/* Global text styles */
1818
h1, h2, h3{
19-
@apply font-montserrat text-slate-800
19+
@apply font-montserrat
2020
}
2121

2222
h4, h5, a, p, span{

0 commit comments

Comments
 (0)