Working to make the dark mode look better. Work on the help tech component. General clean up.
This commit is contained in:
@@ -166,10 +166,12 @@ async function create_journal() {
|
||||
"
|
||||
>
|
||||
|
||||
<h1 class="h1 text-center">
|
||||
<h1 class="h1 text-4xl text-center text-gray-800 dark:text-gray-200">
|
||||
<!-- <Library size="1em" class="mx-1 inline-block" /> -->
|
||||
<SquareLibrary size="1em" class="mx-1 inline-block text-gray-500"/>
|
||||
<SquareLibrary size="1em" class="mx-1 inline-block text-neutral-800/60"/>
|
||||
Journals for {$ae_loc.account_name ?? 'Æ loading...'}
|
||||
{$ae_loc.person.given_name ? `- ${$ae_loc.person.given_name}` : ''}
|
||||
|
||||
</h1>
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user