fix: table font size

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-26 14:28:15 +08:00
parent 41b3e174ea
commit 8fec859eee
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 6 additions and 0 deletions

View File

@ -69,3 +69,9 @@
@apply text-theme-foreground;
}
}
.prose {
table * {
font-size: 1rem;
}
}