Update stuff

This commit is contained in:
2025-09-21 12:42:31 +03:00
parent ee04181d82
commit a9a102391e
12 changed files with 13709 additions and 10328 deletions

View File

@@ -24,7 +24,7 @@ const props = defineProps<Props>();
<div class="grid row-span-3 gap-2">
<div>
<ULink
class="font-semibold hover:underline hover:underline-offset-4"
class="font-semibold hover:underline hover:underline-offset-4 !text-slate-900 dark:text-white"
:to="props.url"
target="_blank"
>{{ props.title }}</ULink