add some round corners
This commit is contained in:
parent
d7ce59ce96
commit
951e2c22d3
1 changed files with 5 additions and 2 deletions
|
@ -147,6 +147,8 @@ blockquote {
|
|||
border-left: 6px solid;
|
||||
border-color: var(--quote-border-color);
|
||||
background-color: var(--quote-bg-color);
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
/* Images */
|
||||
|
@ -174,9 +176,10 @@ code:not(.hljs):not(:has(svg)) {
|
|||
vertical-align: 1.5px;
|
||||
}
|
||||
|
||||
/* Marge for numbers */
|
||||
/* Code blocks */
|
||||
.hljs {
|
||||
margin-inline: 0.4em;
|
||||
margin-inline: 0.4em; /* Marge for numbers */
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/* Numbers in codeblocks */
|
||||
|
|
Loading…
Reference in a new issue