update UI

This commit is contained in:
Emily
2025-04-09 17:35:40 +02:00
parent 4d51676a2e
commit 8f7f89e0bd
7 changed files with 175 additions and 54 deletions

View File

@@ -52,15 +52,6 @@ const { safeSnapshotDates } = useSnapshot();
Docs
</NuxtLink>
<div>
<UTooltip :text="isDark ? 'Toggle light mode' : 'Toggle dark mode'">
<i @click="isDark = !isDark"
class="cursor-pointer hover:text-lyx-lightmode-text text-lyx-lightmode-text-dark dark:hover:text-lyx-text dark:text-lyx-text-dark"
:class="isDark ? 'far fa-moon' : 'far fa-sun'"></i>
</UTooltip>
</div>
</div>
</div>