diff --git a/resources/css/ceres-base.css b/resources/css/ceres-base.css index eec98acef0..54ec4950fa 100644 --- a/resources/css/ceres-base.css +++ b/resources/css/ceres-base.css @@ -13341,7 +13341,7 @@ html.crios .parallax-img-container .parallax-img-container-inner[style^=backgrou padding: 0.1rem 0; font-size: 0.85rem; line-height: 18px; - color: #6c757d; + color: #495057; text-align: center; background: #e9ecef; } diff --git a/resources/css/ceres-base.scss b/resources/css/ceres-base.scss index 0128cca949..7579259363 100644 --- a/resources/css/ceres-base.scss +++ b/resources/css/ceres-base.scss @@ -11931,7 +11931,7 @@ html.crios { padding: .1rem 0; font-size: .85rem; line-height: 18px; - color: $gray-600; + color: $gray-700; text-align: center; background: $gray-200; } diff --git a/resources/css/ceres-checkout.css b/resources/css/ceres-checkout.css index 3395029bf0..d84632d788 100644 --- a/resources/css/ceres-checkout.css +++ b/resources/css/ceres-checkout.css @@ -13345,7 +13345,7 @@ html.crios .parallax-img-container .parallax-img-container-inner[style^=backgrou padding: 0.1rem 0; font-size: 0.85rem; line-height: 18px; - color: #6c757d; + color: #495057; text-align: center; background: #e9ecef; } diff --git a/resources/scss/ceres/views/Category/_category-list-controls.scss b/resources/scss/ceres/views/Category/_category-list-controls.scss index ed23d2559a..b7e12e91e1 100644 --- a/resources/scss/ceres/views/Category/_category-list-controls.scss +++ b/resources/scss/ceres/views/Category/_category-list-controls.scss @@ -291,7 +291,7 @@ padding: .1rem 0; font-size: .85rem; line-height: 18px; - color: $gray-600; + color: $gray-700; text-align: center; background: $gray-200; }