From 2003728351ce4d784e9292f558a864bc6512cdaa Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 22 Jun 2017 22:07:53 +0300 Subject: [PATCH] Fix link prefetch colours --- theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.css b/theme.css index 3d604a2..6eec438 100644 --- a/theme.css +++ b/theme.css @@ -310,6 +310,12 @@ body { border-bottom-color: #002b36; } +#chat .toggle-button, +#chat .toggle-content { + background-color: #002b36; + color: #99a2b4; +} + /* Increase contrast of some IRC colors */ .irc-fg2 { color: #0074d9; } .irc-fg5 { color: #e969a7; }