From: Andrew Engelbrecht Date: Tue, 30 Jul 2019 14:34:49 +0000 (-0400) Subject: updated colors of vendor / categories blocks X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=8be2a870d2448021fbc22cc9ac34a8e18060307d updated colors of vendor / categories blocks in product views --- diff --git a/css/style.css b/css/style.css index b174b39..d2371c5 100644 --- a/css/style.css +++ b/css/style.css @@ -435,12 +435,12 @@ a { transition: 0.3s; } border-color: #aaa; } .page-node-type-product .product .field--name-field-categories { - background-color: #aef; - border-color: #0ad; + background-color: #def; + border-color: #8ad; } .page-node-type-product .product .field--name-field-vendor { - background-color: #afb; - border-color: #1a2; + background-color: #dfe; + border-color: #8da; } @media screen and (max-width: 767px) {