1
0
Fork 0

chore(sites): imprive inline code styling

This commit is contained in:
joostdecock 2024-01-07 16:26:31 +01:00
parent 0d45d22447
commit d9741254a9

View file

@ -73,10 +73,10 @@
@apply pl-2 lg:pl-4 list-decimal list-inside text-base-content;
}
.mdx code {
@apply bg-neutral-content px-2 rounded text-neutral font-mono font-bold;
@apply bg-base-300 px-1.5 text-base-content font-mono font-medium bg-opacity-10 py-0.5 border-base-content rounded border;
}
.mdx pre code {
@apply bg-inherit;
@apply bg-inherit border-0;
}
.mdx a.heading-autolink {
color: currentColor;