Added town covers
This commit is contained in:
BIN
public/images/aldys-borelis-cover.png
Normal file
BIN
public/images/aldys-borelis-cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/images/aldys-cantane-cover.png
Normal file
BIN
public/images/aldys-cantane-cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
@@ -25,6 +25,7 @@
|
||||
--red-700: #b60909;
|
||||
--green-500: #16a34a;
|
||||
--green-700: #15803d;
|
||||
--blue-300: #55c9ff;
|
||||
--blue-500: #0ea5e9;
|
||||
--blue-700: #0284c7;
|
||||
--orange-500: #f97316;
|
||||
|
||||
@@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user