Skip to content

Commit f904289

Browse files
pkp/pkp-lib#9527 Apply default text color also in storybook
1 parent 43536e5 commit f904289

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/_global.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
This is just temporary until styling is migrated to taildwind classes
99
*/
1010
@layer base {
11+
body {
12+
color: #222222;
13+
}
1114
h1 {
1215
@apply font-bold;
1316
}

0 commit comments

Comments
 (0)