diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 13:53:18 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 13:53:18 +0200 |
commit | 06bad034f853d2d31ad7ff9dccd1c1864a339c08 (patch) | |
tree | a9a7754a2b11906e6d1d35954845ec8a70906a7e | |
parent | f8c5dcb4396dd05e5e412727a9387ad21f80cab8 (diff) |
Use even lighter gray for well.
-rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ body { } .well { - background-color: $gray-light; + background-color: $gray-lighter; } // fill width and height - with black edges as needed |