chore: update color scheme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user