feat: support inline <code/>
This commit is contained in:
parent
a56a6f6e0e
commit
211c4af256
|
|
@ -205,4 +205,12 @@ textarea {
|
|||
@apply bg-muted;
|
||||
}
|
||||
}
|
||||
|
||||
code:not([class*="language-"]) {
|
||||
@apply bg-muted;
|
||||
@apply rounded-md;
|
||||
@apply px-1;
|
||||
@apply py-0.5;
|
||||
@apply border;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue