From f8c5dcb4396dd05e5e412727a9387ad21f80cab8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Apr 2017 13:09:28 +0200 Subject: Use lighter gray for well. --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index c17a8dc..e697795 100644 --- a/style.scss +++ b/style.scss @@ -17,7 +17,7 @@ body { } .well { - background-color: $gray; + background-color: $gray-light; } // fill width and height - with black edges as needed -- cgit v1.2.3