style: refactor UI to a minimalist design system using monochromatic black-and-white theme

This commit is contained in:
2026-04-29 08:56:21 +01:00
parent a704a0acad
commit 47b172927a
6 changed files with 71 additions and 86 deletions

View File

@@ -7,8 +7,8 @@ module.exports = {
extend: {
colors: {
amber: colors.amber,
slate: colors.slate,
indigo: colors.indigo,
slate: colors.zinc,
indigo: colors.black, // Solid black for the simplest look
violet: colors.violet,
emerald: colors.emerald,
},