File tree 1 file changed +2
-19
lines changed
1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 4
4
5
5
@layer base {
6
6
: root {
7
- --primary-color : # 3498db ; /* Define your primary color here */
8
- --secondary-color : # 2ecc71 ; /* Define your secondary color here */
9
- --background-color : # 2c3e50 ; /* Define your background color here */
10
7
color-scheme : dark;
11
8
}
12
9
13
10
body {
14
- @apply bg-gray-900 text-gray -100 font-sans antialiased ;
11
+ @apply bg-slate-800 text-slate -100;
15
12
}
16
13
17
14
# app {
18
- @apply min-h-screen flex flex-col items-center justify-center;
19
- }
20
-
21
- .container {
22
- @apply mx-auto p-4;
23
- }
24
-
25
- /* Example button styling */
26
- .btn {
27
- @apply px-4 py-2 bg-var (--primary-color ) text-white rounded-md hover:bg-var(--secondary-color );
28
- }
29
-
30
- /* Smooth transition effects */
31
- .transition {
32
- @apply transition-all duration-300 ease-in-out;
15
+ @apply w-full h-full flex flex-col;
33
16
}
34
17
}
You can’t perform that action at this time.
0 commit comments