mirror of
https://github.com/wah-su/mstickers.git
synced 2025-04-04 23:34:35 +00:00
12 lines
No EOL
268 B
CSS
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;
|
|
} |