Increase some color contrasts

This commit is contained in:
Pavel Djundik 2018-04-13 17:24:34 +03:00
parent 07407a11b1
commit 6ba5441c60
1 changed files with 5 additions and 4 deletions

View File

@ -140,12 +140,12 @@ body {
}
#sidebar .chan.lobby {
color: var(--link-color);
color: #3d99db;
}
#sidebar .chan.lobby .lobby-wrap:hover,
#sidebar .chan.lobby.active {
color: #3d99db;
color: #93c7eb;
}
#sidebar .network,
@ -177,8 +177,9 @@ body {
background-color: var(--background-light-color);
}
#chat .self .text,
#chat .time {
color: #586e75;
color: #8ba1a7;
}
#chat .user-mode::before,
@ -261,7 +262,7 @@ body {
#chat.colored-nicks .user.color-13,
#chat.colored-nicks .user.color-29 {
color: #8a46f0;
color: #975af2;
}
#chat.colored-nicks .user.color-14,