chore: update color scheme

This commit is contained in:
Marios Antonoudiou
2024-01-08 10:57:40 +02:00
parent 67381e7592
commit d35ef09ae4
3 changed files with 5 additions and 5 deletions

View File

@@ -8,9 +8,7 @@
src="mariosant.webp" src="mariosant.webp"
class="w-10 h-10 rounded-full border dark:border-gray-800 dark:bg-slate-300 block" class="w-10 h-10 rounded-full border dark:border-gray-800 dark:bg-slate-300 block"
/> />
<div class="font-bold text-blue-500 dark:text-blue-300"> <div class="font-bold">Marios Antonoudiou</div>
Marios Antonoudiou
</div>
</ULink> </ULink>
<div class="flex gap-3 items-center justify-end text-slate-600"> <div class="flex gap-3 items-center justify-end text-slate-600">
<ULink <ULink

View File

@@ -4,7 +4,8 @@ useHead({
lang: "en", lang: "en",
}, },
bodyAttrs: { bodyAttrs: {
class: "dark:bg-slate-900", class:
"dark:bg-slate-900 selection:bg-blue-100 dark:selection:bg-slate-600",
}, },
}); });
</script> </script>

View File

@@ -4,7 +4,8 @@ useHead({
lang: "en", lang: "en",
}, },
bodyAttrs: { bodyAttrs: {
class: "dark:bg-slate-900 ", class:
"dark:bg-slate-900 selection:bg-blue-100 dark:selection:bg-slate-600",
}, },
}); });
</script> </script>