Tweak the padding of the language badges

pull/526/head
Adorian Doran 2024-10-29 01:55:29 +07:00
parent b9ebc66122
commit b112cb609f
1 changed files with 1 additions and 1 deletions

@ -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;
}