1
0
Fork 0
forked from remote/pelican

fix: inline code block backgrounds

This commit is contained in:
Oliver Ladner 2026-06-30 16:26:24 +02:00
commit a0abf72e99

View file

@ -65,7 +65,7 @@
@layer components {
/*This does not seem to affect prismjs which is good*/
code {
@apply bg-rp-dawn-highlight-low dark:bg-rp-moon-highlight-low;
@apply bg-rp-dawn-highlight-med dark:bg-rp-moon-highlight-med;
}
.badge {
@apply inline-block px-1.5 py-0.5 text-xs font-mono font-semibold bg-rp-dawn-highlight-low dark:bg-rp-moon-highlight-med text-rp-dawn-gold dark:text-rp-moon-gold align-middle ml-1;