Added town covers

This commit is contained in:
Alexis
2025-01-10 14:27:48 +01:00
parent bd8f9e048e
commit a9b43fddd2
4 changed files with 6 additions and 4 deletions

View File

@@ -52,12 +52,12 @@ const cityMenuItems: MenuItem[] = [
// },
{
name: 'Borélis',
img: '/images/aldys-cover.png',
img: '/images/aldys-borelis-cover.png',
url: '/aldys/borelis'
},
{
name: 'Cantane',
img: '/images/aldys-cover.png',
img: '/images/aldys-cantane-cover.png',
url: '/aldys/cantane'
},
]
@@ -201,8 +201,9 @@ svg {
pointer-events: none;
figure img {
border-width: .1rem;
border-color: var(--blue-500);
border-width: .15rem;
border-color: var(--blue-300);
filter: grayscale(50%);
}
}
}