feat: add more colours to dark theme
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
5a8ce74d04
commit
cb61754c0a
5 changed files with 13 additions and 7 deletions
|
@ -270,11 +270,11 @@ function getDayDifference(date1: Date, date2: Date) {
|
|||
*/
|
||||
|
||||
.mentioned {
|
||||
background-color: rgba(0, 255, 166, 0.123);
|
||||
background-color: var(--chat-important-background-color);
|
||||
}
|
||||
|
||||
.mentioned:hover {
|
||||
background-color: rgba(90, 255, 200, 0.233);
|
||||
background-color: var(--chat-important-hightlighted-background-color);
|
||||
}
|
||||
|
||||
.message-reply-svg {
|
||||
|
@ -299,7 +299,7 @@ function getDayDifference(date1: Date, date2: Date) {
|
|||
<style>
|
||||
|
||||
.replying-to {
|
||||
background-color: var(--primary-highlighted-color);
|
||||
background-color: var(--chat-featured-message-color);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue