summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-03 13:09:28 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-03 13:09:28 +0200
commitf8c5dcb4396dd05e5e412727a9387ad21f80cab8 (patch)
treea0ef479aa62612abd5bf91404c11a483889a2b52
parentd756b861326305f9c4fc5fd87cd739667717afb7 (diff)
Use lighter gray for well.
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
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