diff --git a/src/renderer/src/styles/tailwind.css b/src/renderer/src/styles/tailwind.css index 502043cd7..9fdacebed 100644 --- a/src/renderer/src/styles/tailwind.css +++ b/src/renderer/src/styles/tailwind.css @@ -69,3 +69,9 @@ @apply text-theme-foreground; } } + +.prose { + table * { + font-size: 1rem; + } +}