Skip to content

Commit

Permalink
Fix Outlined button color
Browse files Browse the repository at this point in the history
Fixes #195
  • Loading branch information
dreamwhisper authored and nickcernis committed Mar 8, 2019
1 parent 83c7ff7 commit 2b71b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/gutenberg/front-end.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ h6.light {
background-color: transparent;
border: 2px solid currentColor;
border-radius: 0;
color: #333;
padding: 13px 28px;
}

Expand Down
1 change: 1 addition & 0 deletions lib/gutenberg/style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ hr.wp-block-separator.is-style-dots {
background-color: transparent;
border: 2px solid currentColor;
border-radius: 0;
color: #333;
padding: 13px 28px;
}

Expand Down

0 comments on commit 2b71b17

Please sign in to comment.