mstickers/tailwind.css
2024-12-28 21:30:03 +05:00

12 lines
No EOL
268 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.tiledBackground {
background-image: url('images/background-white.png');
background-repeat: repeat;
background-size: contain;
background-size: 256px;
opacity: .25;
margin-top: -16px;
}