change ui of codes

This commit is contained in:
Simon Vieille 2022-10-09 16:05:28 +02:00
parent 23af3dc717
commit 312eaa62ad
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -628,8 +628,11 @@ pre[class*="language-"] {
.code-title {
background: $color-code-title-background;
padding: 10px 15px;
padding: 0 15px;
color: $color-code-title-text;
line-height: 50px;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
.code-window {