From a0abf72e99d8a2c06af8d7e68af0eb52fbd90816 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 30 Jun 2026 16:26:24 +0200 Subject: [PATCH] fix: inline code block backgrounds --- static/css/in.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;