20 lines
290 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|