Skip to content

Commit 04a89bb

Browse files
chore(tailwind): remove important flag from body styles
1 parent b03dac6 commit 04a89bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
@layer base {
8383
body {
84-
@apply !bg-background font-body !text-body;
84+
@apply bg-background font-body text-body;
8585
}
8686

8787
a {

0 commit comments

Comments
 (0)