borders/styles/tailwind.css

9 lines
169 B
CSS
Raw Normal View History

2022-04-02 17:45:06 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
background-image: url("/sky.png");
background-repeat: no-repeat;
background-size: cover;
}