Fix toggle preview button style

This commit is contained in:
Pavel Djundik 2017-07-10 11:46:47 +03:00 committed by GitHub
parent 2a412c0650
commit 13fd46b06c
1 changed files with 5 additions and 1 deletions

View File

@ -310,12 +310,16 @@ body {
border-bottom-color: #002b36; border-bottom-color: #002b36;
} }
#chat .toggle-button,
#chat .toggle-content { #chat .toggle-content {
background-color: #002b36; background-color: #002b36;
color: #99a2b4; color: #99a2b4;
} }
#chat .toggle-button:hover {
color: #fff;
opacity: 1;
}
/* 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; }