perf: change the DA to something more readable

This commit is contained in:
Pierre Ryssen
2026-03-11 12:26:45 +01:00
parent cd15c81b53
commit 9642f2511a
22 changed files with 136 additions and 120 deletions

View File

@@ -5,7 +5,17 @@ module.exports = {
"./components/**/*.{ts,tsx}",
],
theme: {
extend: {},
extend: {
colors: {
"acid-green": "#4aff8c",
"rathian-dark": "#0a8a3a",
"wy-dark": "#0d1117",
"wy-surface": "#161b22",
"wy-border": "#30363d",
"wy-text-primary": "#c9d1d9",
"wy-text-secondary": "#8b949e",
},
},
},
plugins: [],
}