refactor: restructure project to classic MVC pattern

This commit is contained in:
2025-09-09 19:57:43 +02:00
parent a28728af2a
commit 2a8d5d093c
58 changed files with 1601 additions and 1991 deletions

View File

@@ -2,6 +2,12 @@
@tailwind components;
@tailwind utilities;
@layer utilities {
.border-border {
border-color: hsl(var("#4c1d95"));
}
}
@layer base {
html {
scroll-behavior: smooth;
@@ -53,7 +59,7 @@
::-webkit-scrollbar-thumb {
/*background: rgba(147, 51, 234, 0.5);*/
background: rgba(59, 130, 246, 0.5); /* Blue-500 */
background: rgb(9, 26, 40); /* Blue-500 */
border-radius: 3px;
}