Skip to content

Commit c23d105

Browse files
authored
Merge pull request #50 from VectorPrivacy/chat-background-fix
Update Chat Background Colors for Consistency & Contrast
2 parents 036592c + 0ff18cb commit c23d105

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/themes/chatstr/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
.chat-messages {
43-
background-color: #040308;
43+
background-color: #030303;
4444
border-top-color: rgba(167, 137, 204, 0.75);
4545
border-top-style: solid;
4646
border-top-width: 1px;

src/themes/vector/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.chat-messages {
42-
background-color: #0a0a0a;
42+
background-color: #030303;
4343
}
4444

4545
.msg-me p {

0 commit comments

Comments
 (0)