Merge branch 'master' of https://github.com/Rowblox/rowblox-sitetest
This commit is contained in:
commit
db50c66341
|
|
@ -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);
|
||||||
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 202 KiB |
Loading…
Reference in New Issue