9 lines
108 B
SCSS
9 lines
108 B
SCSS
.message {
|
|
ul,
|
|
ol {
|
|
list-style: auto;
|
|
padding-left: 24px;
|
|
}
|
|
@apply text-muted-foreground;
|
|
}
|