Styled chat messages

This commit is contained in:
t1enne
2022-05-22 16:10:34 +02:00
parent b6dd441107
commit d692a2bb5c
5 changed files with 26 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
.root {
font-size: 0.9rem;
padding: 5px;
padding-left: 1rem;
margin: 8px 5px;
border-left: 2px solid;
.user {
font-weight: bold;
color: var(--color-owncast-grey-100);
}
.message {
color: var(--color-owncast-grey-100);
}
}