We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbc527 commit 0886ad1Copy full SHA for 0886ad1
packages/kit-styled/src/templates/global.css
@@ -1221,7 +1221,15 @@
1221
@apply border-border;
1222
}
1223
body {
1224
- @apply bg-background text-foreground;
+ @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;
1233
1234
1235
*::-webkit-scrollbar {
0 commit comments