fix: Change background color for own comments

This commit is contained in:
Maksim Eltyshev
2025-09-16 13:27:45 +02:00
parent 230b31914c
commit 33eef6e068
@@ -23,7 +23,7 @@
} }
.bubbleRight { .bubbleRight {
background: #e7f0e2; background: #dee7f4;
border-radius: 8px 0 8px 8px; border-radius: 8px 0 8px 8px;
float: right; float: right;
} }