From b112cb609fbbd02b0b2eac63fb264adea019d1b0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 29 Oct 2024 01:55:29 +0200 Subject: [PATCH] Tweak the padding of the language badges --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 4c4aac9b7..d9cdd270d 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -824,7 +824,7 @@ html .note-detail-editable-text :not(figure, .include-note):first-child { .ck.ck-editor__editable pre[data-language]::after { --ck-color-code-block-label-background: rgba(128, 128, 128, .5); border-radius: 0 0 5px 5px; - padding: 2px 10px; + padding: 0px 10px; letter-spacing: .5px; font-weight: bold; }