diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 13:09:28 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 13:09:28 +0200 |
commit | f8c5dcb4396dd05e5e412727a9387ad21f80cab8 (patch) | |
tree | a0ef479aa62612abd5bf91404c11a483889a2b52 | |
parent | d756b861326305f9c4fc5fd87cd739667717afb7 (diff) |
Use 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; + background-color: $gray-light; } // fill width and height - with black edges as needed |