change color of messages containing mentions

This commit is contained in:
hippoz 2022-09-01 20:45:01 +03:00
parent 45537347f3
commit 186fcb1779
Signed by: hippoz
GPG key ID: 7C52899193467641
2 changed files with 2 additions and 2 deletions

View file

@ -38,8 +38,8 @@
--red-1: hsl(2, 78%, 65%);
--purple-2: hsl(280, 78%, 45%);
--purple-alpha-2: hsla(280, 78%, 50%, 20%);
--blue-2: hsl(200, 78%, 45%);
--blue-alpha-2: hsl(200, 78%, 45%, 20%);
--green-2: hsl(140, 78%, 40%);
--yellow-2: hsl(50, 78%, 60%);
--red-2: hsl(2, 78%, 60%);

View file

@ -28,7 +28,7 @@
}
.message.pinged {
background-color: var(--purple-alpha-2);
background-color: var(--blue-alpha-2);
}
.message .edit-message {