chore: styles
This commit is contained in:
parent
020d472e9c
commit
fb74453363
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ pre[class*="language-"] {
|
|||
padding: 1rem;
|
||||
margin: 1.25rem 0;
|
||||
overflow: auto;
|
||||
border-radius: var(--rounded);
|
||||
}
|
||||
|
||||
:not(pre) > code[class*="language-"],
|
||||
|
@ -31,7 +30,6 @@ pre[class*="language-"] {
|
|||
/* Inline code */
|
||||
:not(pre) > code[class*="language-"] {
|
||||
padding: 0.1rem;
|
||||
border-radius: var(--rounded);
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue