This commit is contained in:
Bounceysteve99 2022-10-04 13:15:18 +10:30
commit db50c66341
2 changed files with 10 additions and 1 deletions

View File

@ -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);
}

BIN
static/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB