fix: overide table styling for prism token

This commit is contained in:
Timothy Lin 2022-02-05 23:57:58 +08:00
parent 6aefdd0d39
commit 4602486e3c
1 changed files with 4 additions and 0 deletions

View File

@ -134,3 +134,7 @@
.token.italic {
font-style: italic;
}
.token.table {
display: inline;
}