From b2c6a85aa9f26581caf06da0edfcdb0177b6b591 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 26 Jun 2019 09:35:21 +1200 Subject: [PATCH] use variable for colour --- app/assets/stylesheets/_photos.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_photos.scss b/app/assets/stylesheets/_photos.scss index 074548cf5..f2cfe071e 100644 --- a/app/assets/stylesheets/_photos.scss +++ b/app/assets/stylesheets/_photos.scss @@ -1,5 +1,5 @@ .photo-grid { - background: #DDD; + background: $beige; } .photo-grid-item {