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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -25,6 +25,7 @@
--red-700: #b60909; --red-700: #b60909;
--green-500: #16a34a; --green-500: #16a34a;
--green-700: #15803d; --green-700: #15803d;
--blue-300: #55c9ff;
--blue-500: #0ea5e9; --blue-500: #0ea5e9;
--blue-700: #0284c7; --blue-700: #0284c7;
--orange-500: #f97316; --orange-500: #f97316;

View File

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