From 5db955459bc127858de1f37044dd053e5acfe757 Mon Sep 17 00:00:00 2001 From: Jonathan Sadowski Date: Thu, 3 Dec 2020 13:12:37 -0600 Subject: [PATCH] Update 2021 compat for my-account orders so that divisors use body color --- assets/css/twenty-twenty-one.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/twenty-twenty-one.scss b/assets/css/twenty-twenty-one.scss index d874f76952f..a6b8b0d1f5e 100644 --- a/assets/css/twenty-twenty-one.scss +++ b/assets/css/twenty-twenty-one.scss @@ -103,13 +103,13 @@ a.button { border: 0; tbody { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid $body-color; } tfoot { tr:last-of-type { - border-top: 1px solid #ddd; + border-top: 1px solid $body-color; .woocommerce-Price-amount { font-weight: 700; @@ -2429,7 +2429,7 @@ a.reset_variations { } thead { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid $body-color; } .button {