Update rich editor style to be lighter and closer to printed doc

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-03 16:40:35 +04:00
parent 6d1a7c846d
commit 5359fe9931
13 changed files with 118 additions and 84 deletions

View File

@@ -6,7 +6,7 @@
.tiptap {
p {
@apply my-2 min-w-0.5;
@apply my-2 min-w-0.5 font-light text-sm;
code { @apply py-0.5 px-1; }
}
@@ -68,7 +68,7 @@
}
th {
@apply px-2 py-1.5 border border-border-mid border-collapse bg-subtle text-left font-semibold relative;
p { @apply m-0; }
p { @apply m-0 font-medium; }
}
td {
@apply px-2 py-1.5 border border-border-mid border-collapse bg-level-0 text-left relative;