CUB-116: scaffold React frontend with Vite, TypeScript, Tailwind
All checks were successful
Dev Build / build-test (pull_request) Successful in 1m26s
All checks were successful
Dev Build / build-test (pull_request) Successful in 1m26s
This commit is contained in:
8
frontend/src/index.css
Normal file
8
frontend/src/index.css
Normal file
@@ -0,0 +1,8 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
background-color: #0f172a; /* slate-900 */
|
||||
color: #f8fafc; /* slate-50 */
|
||||
}
|
||||
Reference in New Issue
Block a user