From eee49201208f897988960f09cf0011f54eb08d68 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 29 Jul 2019 17:36:52 -0400 Subject: [PATCH] tweak to color theme --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index bfa4b66..6a02bfa 100644 --- a/css/style.css +++ b/css/style.css @@ -421,7 +421,7 @@ a { transition: 0.3s; } /* product page colors */ .page-node-type-product .product .field--name-field-image { - background-color: #eee; + background-color: #fff; border-color: #aaa; } .page-node-type-product .product .field--name-field-extra-images { -- 2.25.1