Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix Twenty Twenty-One button background color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Dec 5, 2023
1 parent 15baad7 commit 78b7dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/base/components/notice-banner/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
.wc-forward {
float: right;
color: $gray-800 !important;
background: transparent;
background: transparent !important; // For transparent notice button in Twenty Twenty-One theme.
padding: 0 !important;
margin: 0;
border: 0;
Expand Down

0 comments on commit 78b7dea

Please sign in to comment.