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