Skip to content

Commit 6495234

Browse files
committed
fix(style): fix minor styling issues
1 parent 7cbf9f7 commit 6495234

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/styles/global.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
}
2222

2323
.prose *:not(pre) code {
24-
@apply before:content-none after:content-none rounded-md px-1 py-0.5 bg-neutral-300 dark:bg-neutral-700;
24+
@apply before:content-none! after:content-none! rounded-md px-1 py-0.5 bg-neutral-300 dark:bg-neutral-700;
25+
}
26+
27+
.prose kbd:has(kbd) {
28+
@apply shadow-none! p-0!;
2529
}
2630

2731
.prose a[target="_blank"]::after {

0 commit comments

Comments
 (0)