Increase IRC colors contrast

This commit is contained in:
Pavel Djundik 2016-12-20 21:19:40 +02:00
parent 6887b66f67
commit 46689b96b3
2 changed files with 10 additions and 0 deletions

View file

@ -114,6 +114,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

@ -140,6 +140,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;