wip improve event list

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-08 10:44:25 +01:00
parent f3bbada880
commit cb53072bf7
11 changed files with 480 additions and 94 deletions

View File

@@ -38,7 +38,7 @@ const twColors = [
'grey',
'slate',
];
const twColorVariants = ['50', '100', '200', '700'];
const twColorVariants = ['50', '100', '200', '700', '800', '900'];
/** @type {import('tailwindcss').Config} */
const config = {