Style improvements

This commit is contained in:
Scott Idem
2025-04-03 16:51:44 -04:00
parent 98676dffd9
commit 32553ca429
2 changed files with 29 additions and 11 deletions

View File

@@ -276,7 +276,9 @@ let tmp_entry_obj: key_val = $state({});
class="
journal__content
w-full p-1
bg-white shadow-lg rounded-lg
bg-slate-100 text-gray-900
dark:bg-slate-900 dark:text-gray-100
shadow-lg rounded-lg
border border-gray-200 dark:border-gray-700
hover:border-gray-500 dark:hover:border-gray-500
text-wrap text-sm font-mono whitespace-pre-wrap