init app of test arena
This commit is contained in:
9
asf-cloud-server/testarena/frontend/src/index.css
Normal file
9
asf-cloud-server/testarena/frontend/src/index.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply bg-gray-50 text-slate-900;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user