first commit
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
This commit is contained in:
10
css/tailwind.css
Normal file
10
css/tailwind.css
Normal file
@@ -0,0 +1,10 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
html,
|
||||
body {
|
||||
@apply dark:bg-trueGray-900;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user