added chat-notification

This commit is contained in:
Kostya
2024-02-01 00:57:37 +03:00
parent 0bc976855a
commit 2f5118791c
2 changed files with 15 additions and 9 deletions

View File

@@ -183,4 +183,12 @@
.write__content button:disabled {
cursor: not-allowed;
}
.system-message {
background-color: rgb(1, 56, 74);
}
.mention-message {
background-color: rgb(169, 113, 0);
}