fix: define brand color via @theme for tailwind v4 compat

This commit is contained in:
M1 2026-03-18 03:25:34 +04:00
parent ce4411b13b
commit 7e3c651db7
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,3 +2,7 @@
@source "../src/**/*.{ts,html,ejs}";
@source "../src/dashboard/**/*.{html,js}";
@theme {
--color-brand: #3b82f6;
}