Increase contrasts of IRC colors 2, 6 and 12

This commit is contained in:
Pavel Djundik 2018-06-14 22:13:02 +03:00
parent ae020a90d8
commit 72f756417c
1 changed files with 3 additions and 2 deletions

View File

@ -329,9 +329,10 @@ body {
}
/* Increase contrast of some IRC colors */
.irc-fg2 { color: #0074d9; }
.irc-fg2 { color: #007ae6; }
.irc-fg5 { color: #e969a7; }
.irc-fg12 { color: #50a8ff; }
.irc-fg6 { color: #d20ff0; }
.irc-fg12 { color: #66b2ff; }
@media (max-width: 768px) {
#sidebar-overlay {