Fix the prose-mirror's light theme styling

This commit is contained in:
Oliver-Akins 2025-06-29 15:56:24 -06:00
parent e1f173dde7
commit fba6545bad
5 changed files with 12 additions and 3 deletions

3
styles/themes/dark.css Normal file
View file

@ -0,0 +1,3 @@
.theme-dark {
--prosemirror-background: var(--color-cool-5);
}