diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-12 16:26:21 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-13 13:13:53 -0600 |
commit | 0b72554c1bb47c88361f9fbc6185f49767337368 (patch) | |
tree | 68786bac6940cc8660d28a8279d8e3eeb93aa041 /app/assets/stylesheets/framework/images.scss | |
parent | e4a000478f327885fd9dcbc7d47ba77045cef139 (diff) | |
download | gitlab-ce-0b72554c1bb47c88361f9fbc6185f49767337368.tar.gz |
Finish refactoring graysvariables
Diffstat (limited to 'app/assets/stylesheets/framework/images.scss')
-rw-r--r-- | app/assets/stylesheets/framework/images.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/images.scss b/app/assets/stylesheets/framework/images.scss index 878f44116ba..09a569ad415 100644 --- a/app/assets/stylesheets/framework/images.scss +++ b/app/assets/stylesheets/framework/images.scss @@ -4,7 +4,7 @@ } .appearance-light-logo-preview { - background-color: $background-color; + background-color: $gray-light; max-width: 72px; padding: 10px; margin-bottom: 10px; |