forked from remote/pelican
fix: inline code block backgrounds
This commit is contained in:
parent
243e4b0857
commit
a0abf72e99
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue