From 72f756417cabced8e72a3cb4a46014b295e4f457 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 14 Jun 2018 22:13:02 +0300 Subject: [PATCH] Increase contrasts of IRC colors 2, 6 and 12 --- theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 42c2bc1..9efc0cb 100644 --- a/theme.css +++ b/theme.css @@ -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 {