Skip to content

Commit c63f0eb

Browse files
authored
Update style.css
1 parent baaab5e commit c63f0eb

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

src/style.css

+2-19
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,14 @@
44

55
@layer base {
66
: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 */
107
color-scheme: dark;
118
}
129

1310
body {
14-
@apply bg-gray-900 text-gray-100 font-sans antialiased;
11+
@apply bg-slate-800 text-slate-100;
1512
}
1613

1714
#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;
3316
}
3417
}

0 commit comments

Comments
 (0)