change color of messages containing mentions
This commit is contained in:
parent
45537347f3
commit
186fcb1779
2 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
||||||
--red-1: hsl(2, 78%, 65%);
|
--red-1: hsl(2, 78%, 65%);
|
||||||
|
|
||||||
--purple-2: hsl(280, 78%, 45%);
|
--purple-2: hsl(280, 78%, 45%);
|
||||||
--purple-alpha-2: hsla(280, 78%, 50%, 20%);
|
|
||||||
--blue-2: hsl(200, 78%, 45%);
|
--blue-2: hsl(200, 78%, 45%);
|
||||||
|
--blue-alpha-2: hsl(200, 78%, 45%, 20%);
|
||||||
--green-2: hsl(140, 78%, 40%);
|
--green-2: hsl(140, 78%, 40%);
|
||||||
--yellow-2: hsl(50, 78%, 60%);
|
--yellow-2: hsl(50, 78%, 60%);
|
||||||
--red-2: hsl(2, 78%, 60%);
|
--red-2: hsl(2, 78%, 60%);
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.message.pinged {
|
.message.pinged {
|
||||||
background-color: var(--purple-alpha-2);
|
background-color: var(--blue-alpha-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message .edit-message {
|
.message .edit-message {
|
||||||
|
|
Loading…
Reference in a new issue