borders/styles/tailwind.css

9 lines
169 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
background-image: url("/sky.png");
background-repeat: no-repeat;
background-size: cover;
}