mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-10 04:06:57 +01:00
feat: enhance footer styling with background colors for better visibility
This commit is contained in:
@@ -5,7 +5,7 @@ const { t } = useI18n({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="p-8 border border-gray-200 dark:border-neutral-700 rounded-md">
|
<div class="p-8 border bg-white/70 dark:bg-black/70 border-gray-200 dark:border-neutral-700 rounded-md">
|
||||||
<NuxtImg
|
<NuxtImg
|
||||||
src="/arthur.webp"
|
src="/arthur.webp"
|
||||||
alt="Arthur Danjou"
|
alt="Arthur Danjou"
|
||||||
|
|||||||
Reference in New Issue
Block a user