diff --git a/static/css/in.css b/static/css/in.css index 8f741bc4..ccdda90f 100644 --- a/static/css/in.css +++ b/static/css/in.css @@ -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;