Skip to content

Commit

Permalink
Adjust styles for local env
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Sep 12, 2022
1 parent f39b363 commit 845ab46
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/wp-content/themes/wporg-gutenberg/style-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 845ab46

Please sign in to comment.