From d7b711b633e4c5c3391031ecabb94e7b77235ce1 Mon Sep 17 00:00:00 2001 From: Giorgio Garofalo Date: Sun, 13 Oct 2024 00:49:01 +0200 Subject: [PATCH] Fix color preview in latex theme --- core/src/main/resources/render/theme/layout/latex.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/render/theme/layout/latex.css b/core/src/main/resources/render/theme/layout/latex.css index 15702c24..2415264c 100644 --- a/core/src/main/resources/render/theme/layout/latex.css +++ b/core/src/main/resources/render/theme/layout/latex.css @@ -199,10 +199,11 @@ blockquote .attribution { .codespan-content { border-radius: 8px; + background: none !important; } .color-preview { - margin: 2px 0.3em 0 0.4em; + margin: 0 0.3em 0 0.4em; border-radius: 3px; }