From 7ffc3a0de2fa18ed0ed02cce864ee67d7ca02752 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 18 Jul 2014 23:56:59 -0400 Subject: [PATCH] Improve color of yellow box. --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 405bbbf..e2b0ab1 100644 --- a/static/style.css +++ b/static/style.css @@ -127,8 +127,8 @@ div.green-box { } div.yellow-box { - background-color: #FFE; - border: 1px solid #FF7; + background-color: #FFD; + border: 1px solid #EE5; } div.red-box {