From 0798098e050e8163e0c775ee48182d122a9f147b Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Fri, 22 Nov 2019 12:36:23 +0100 Subject: [PATCH] Override default beige background to make the design more versatile and clean. --- assets/css/twenty-twenty.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/twenty-twenty.scss b/assets/css/twenty-twenty.scss index b7c615c698a..78f08e36cc8 100644 --- a/assets/css/twenty-twenty.scss +++ b/assets/css/twenty-twenty.scss @@ -54,6 +54,11 @@ a.button { } } +.theme-twentytwenty { + /* Override default beige background to make the design more versatile and clean */ + background: #fff; +} + .woocommerce { form .form-row {