Wire up chat message props. Add username highlighting. Closes #1921
This commit is contained in:
@@ -12,5 +12,20 @@
|
||||
}
|
||||
.message {
|
||||
color: var(--color-owncast-grey-100);
|
||||
|
||||
mark {
|
||||
color: white;
|
||||
padding: 0.1em 0.4em;
|
||||
border-radius: 0.5em 0.3em;
|
||||
background: transparent;
|
||||
background-image: linear-gradient(
|
||||
to right,
|
||||
rgba(255, 225, 0, 0.1),
|
||||
rgba(255, 225, 0, 0.358) 4%,
|
||||
rgba(255, 225, 0, 0.3)
|
||||
);
|
||||
-webkit-box-decoration-break: clone;
|
||||
box-decoration-break: clone;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user