chore: styles

This commit is contained in:
Cory Dransfeldt 2024-04-29 09:16:00 -07:00
parent 020d472e9c
commit fb74453363
No known key found for this signature in database

View file

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