From 845ab46f12030ad89f5709102c93ca8c1a7054d5 Mon Sep 17 00:00:00 2001 From: ren <18050944+renintw@users.noreply.github.com> Date: Mon, 12 Sep 2022 18:09:12 +0800 Subject: [PATCH] Adjust styles for local env --- .../themes/wporg-gutenberg/style-mobile.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/wp-content/themes/wporg-gutenberg/style-mobile.css b/source/wp-content/themes/wporg-gutenberg/style-mobile.css index 6083bb3..309d47f 100644 --- a/source/wp-content/themes/wporg-gutenberg/style-mobile.css +++ b/source/wp-content/themes/wporg-gutenberg/style-mobile.css @@ -25,6 +25,18 @@ h3 { .wp-block-button__link { border-radius: var(--wp--custom--button--border--radius); background-color: #32373c; + background-color: var(--wp--custom--button--color--background); + border-color: var(--wp--custom--button--border--color); + border-width: var(--wp--custom--button--border--width); + border-style: var(--wp--custom--button--border--style); + color: var(--wp--custom--button--color--text); + font-size: var(--wp--custom--button--typography--font-size); + font-weight: var(--wp--custom--button--typography--font-weight); + line-height: var(--wp--custom--button--typography--line-height); + padding-top: var(--wp--custom--button--spacing--padding--top); + padding-right: var(--wp--custom--button--spacing--padding--right); + padding-bottom: var(--wp--custom--button--spacing--padding--bottom); + padding-left: var(--wp--custom--button--spacing--padding--left); } /**