mirror of
https://github.com/wah-su/mstickers.git
synced 2025-04-05 07:44:35 +00:00
13 lines
No EOL
302 B
CSS
13 lines
No EOL
302 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.tiledBackground {
|
|
background-image: url('images/background-white.png');
|
|
background-repeat: repeat;
|
|
background-size: contain;
|
|
background-attachment: fixed;
|
|
background-size: 256px;
|
|
opacity: .25;
|
|
margin-top: -16px;
|
|
} |