Update app.css
This commit is contained in:
parent
8e8d8c293a
commit
19eba74408
|
|
@ -1,3 +1,12 @@
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
@apply bg-zinc-800;
|
||||||
|
@apply text-white;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
background-image: url(/background.png);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue