Merge pull request #829 from thelounge/xpaw/incrase-contrast

Increase IRC colors contrast
This commit is contained in:
Jérémie Astori 2017-01-04 01:49:27 -05:00 committed by GitHub
commit a5cb6abf72
2 changed files with 10 additions and 0 deletions

View file

@ -109,6 +109,11 @@ body {
opacity: 1;
}
/* Increase contrast of some IRC colors */
.irc-fg2 { color: #0074d9; }
.irc-fg5 { color: #e969a7; }
.irc-fg12 { color: #50a8ff; }
/* Message form */
#form {
background: #2a323d;

View file

@ -135,6 +135,11 @@ body {
opacity: 1;
}
/* Increase contrast of some IRC colors */
.irc-fg2 { color: #1b94ff; }
.irc-fg5 { color: #e969a7; }
.irc-fg12 { color: #6fb7ff; }
/* Message form */
#form {
background: #333;