summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-03 13:53:18 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-03 13:53:18 +0200
commit06bad034f853d2d31ad7ff9dccd1c1864a339c08 (patch)
treea9a7754a2b11906e6d1d35954845ec8a70906a7e
parentf8c5dcb4396dd05e5e412727a9387ad21f80cab8 (diff)
Use even 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 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