From b617871bdfa396d296060895100792cef3d1466e Mon Sep 17 00:00:00 2001 From: dufresnesteven Date: Tue, 7 Jun 2022 11:57:34 +0900 Subject: [PATCH] Update white reference. --- source/wp-content/themes/wporg-developer/scss/main.scss | 2 +- source/wp-content/themes/wporg-developer/stylesheets/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/wp-content/themes/wporg-developer/scss/main.scss b/source/wp-content/themes/wporg-developer/scss/main.scss index 4c3527456..87ef5be47 100644 --- a/source/wp-content/themes/wporg-developer/scss/main.scss +++ b/source/wp-content/themes/wporg-developer/scss/main.scss @@ -2872,7 +2872,7 @@ button.code-tab.is-active { align-items: center; flex-direction: column; position: relative; - background: get-color(white); + background: $color-white; border-radius: 2px; margin: 3rem auto 0; diff --git a/source/wp-content/themes/wporg-developer/stylesheets/main.css b/source/wp-content/themes/wporg-developer/stylesheets/main.css index 5d06afd9c..3c55e75ed 100644 --- a/source/wp-content/themes/wporg-developer/stylesheets/main.css +++ b/source/wp-content/themes/wporg-developer/stylesheets/main.css @@ -3485,6 +3485,7 @@ button.code-tab.is-active { align-items: center; flex-direction: column; position: relative; + background: #fff; border-radius: 2px; margin: 3rem auto 0; }