From 13fd46b06c440e0f2227fc7d3417ff161b504645 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 10 Jul 2017 11:46:47 +0300 Subject: [PATCH] Fix toggle preview button style --- theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index c03502c..1020836 100644 --- a/theme.css +++ b/theme.css @@ -310,12 +310,16 @@ body { border-bottom-color: #002b36; } -#chat .toggle-button, #chat .toggle-content { background-color: #002b36; color: #99a2b4; } +#chat .toggle-button:hover { + color: #fff; + opacity: 1; +} + /* Increase contrast of some IRC colors */ .irc-fg2 { color: #0074d9; } .irc-fg5 { color: #e969a7; }