Added quest (and POC for categories) filter

This commit is contained in:
Alexis
2023-12-09 18:46:23 +01:00
parent 2b28687ff1
commit 67add2baa9
3 changed files with 292 additions and 199 deletions

View File

@@ -19,7 +19,7 @@
}
strong.title {
color: #16a34a;
color: var(--green-500);
}
a.title {
@@ -28,7 +28,7 @@
&:hover {
text-decoration: none;
color: #16a34a;
color: var(--green-500);
}
}

View File

@@ -4,6 +4,8 @@
@use 'leaflet';
:root {
--white: #fff;
--black: #111;
--slate-50: #f8fafc;
--slate-100: #f1f5f9;
--slate-200: #e2e8f0;
@@ -16,6 +18,8 @@
--slate-900: #0f172a;
--slate-950: #020617;
--red-500: #dc2626;
--red-700: #b60909;
--green-500: #16a34a;
}
html {