Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6af6df4

Browse files
committed
Add default text color of p as black
1 parent cfd7601 commit 6af6df4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
2020
U+FEFF, U+FFFD;
2121
}
22+
23+
p {
24+
@apply text-black;
25+
}

0 commit comments

Comments
 (0)