Skip to content

Commit 0886ad1

Browse files
committed
chore: add updated global.css styled template
1 parent cfbc527 commit 0886ad1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/kit-styled/src/templates/global.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,15 @@
12211221
@apply border-border;
12221222
}
12231223
body {
1224-
@apply bg-background text-foreground;
1224+
@apply bg-background font-sans text-foreground;
1225+
}
1226+
1227+
p code {
1228+
@apply rounded-sm border-b-2 bg-accent px-2 py-0.5;
1229+
}
1230+
1231+
pre code {
1232+
@apply whitespace-pre-wrap;
12251233
}
12261234

12271235
*::-webkit-scrollbar {

0 commit comments

Comments
 (0)