Add frontend/src/index.css
This commit is contained in:
parent
8691ccd060
commit
e2ac2e8e21
1 changed files with 9 additions and 0 deletions
9
frontend/src/index.css
Normal file
9
frontend/src/index.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
background-color: #111827;
|
||||
}
|
||||
Loading…
Reference in a new issue