Base layout

This commit is contained in:
Aslan 2025-12-30 22:38:02 +01:00
parent 874bd18f11
commit f1e90c4dd2
34 changed files with 2966 additions and 2725 deletions

View file

@ -1,2 +1,9 @@
@import "tailwindcss";
@plugin "daisyui";
@theme {
--shadow-panel: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@theme {
--shadow-bar: 0px 0px 10px rgba(0, 0, 0, 0.2);
}