jan/web/styles/components/message.scss
2023-11-09 23:07:01 +07:00

9 lines
108 B
SCSS

.message {
ul,
ol {
list-style: auto;
padding-left: 24px;
}
@apply text-muted-foreground;
}