Tweak chat bubble selection and metadata colours

I can do this confidently now that I've figured out how to test
them live on the phone! (Colours there render pretty differently
from the ones on my laptop screen, so I've got to view it directly
to make it work.)
This commit is contained in:
Badri Sunderarajan 2024-03-24 21:44:39 +05:30
parent 237c185933
commit be74fc8e43
Signed by: badrihippo
GPG Key ID: 9F594532AD60DE03
2 changed files with 5 additions and 4 deletions

View File

@ -38,8 +38,9 @@
--button-background-focused: #873eff;
--button-color-focused: #ffffff;
--chatbox-indicator-background-focused: #6a6a6a;
--chatbox-indicator-color-focused: #ffffff;
--chatbox-indicator-color: #7d7d7d;
--chatbox-indicator-background-focused: #eaeaea;
--chatbox-indicator-color-focused: #7d7d7d;
--chatbox-background: #cccccc;
--chatbox-background-primary: #873eff;
--chatbox-color: #323232;

View File

@ -198,7 +198,7 @@
margin: 0 0 0 4.5rem;
font-size: 1.4rem;
font-weight: 400;
color: var(--chatbox-color);
color: var(--chatbox-indicator-color);
}
.own-chat .chat-item-info {
@ -212,7 +212,7 @@
.chat-item-bare {
font-size: 1.4rem;
font-weight: 400;
color: var(--chatbox-color);
color: var(--chatbox-indicator-color);
margin-top: 0;
text-align: center;
}