From d807259e15cef175e06518defe9b4bc024d29267 Mon Sep 17 00:00:00 2001 From: Brandon Dusseau Date: Wed, 4 Mar 2015 16:32:01 -0500 Subject: [PATCH] Changed dark colors for both normal and highlighted events --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 46e4c35..5a53abc 100644 --- a/style.css +++ b/style.css @@ -80,7 +80,7 @@ body { } .darken .event { - color: #888; + color: #444; } .highlight .event{ @@ -88,7 +88,7 @@ body { } .darken.highlight .event { - color: #ff7; + color: #440; } .error {