Files
simple-chats/src/app.pcss
0nepeop1e c575059570
All checks were successful
release / release (push) Successful in 37s
enhance youtube gift
2024-06-14 04:30:45 +08:00

20 lines
290 B
Plaintext

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html,
body {
background-color: transparent;
}
}
@layer components {
.comment-container {
img {
@apply mx-0.5 h-6 w-6;
display: inline-block;
}
}
}