Fix link prefetch colours

This commit is contained in:
Pavel Djundik 2017-06-22 22:07:53 +03:00 committed by GitHub
parent df434024b5
commit 2003728351
1 changed files with 6 additions and 0 deletions

View File

@ -310,6 +310,12 @@ body {
border-bottom-color: #002b36; border-bottom-color: #002b36;
} }
#chat .toggle-button,
#chat .toggle-content {
background-color: #002b36;
color: #99a2b4;
}
/* Increase contrast of some IRC colors */ /* Increase contrast of some IRC colors */
.irc-fg2 { color: #0074d9; } .irc-fg2 { color: #0074d9; }
.irc-fg5 { color: #e969a7; } .irc-fg5 { color: #e969a7; }