refactor: restructure project to classic MVC pattern
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user