Skip to content

Commit

Permalink
revert usage of !important in default stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdilley committed Jul 8, 2024
1 parent b42ac41 commit 0936a45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ cookie-consent-banner::part(button),
.cookieConsent__Button {
padding: 15px 40px;
display: block;
background: white !important;
color: black !important;
background: white;
color: black;
white-space: nowrap;
border: 0;
font-size: 16px;
Expand All @@ -191,8 +191,8 @@ cookie-consent-banner::part(button),

cookie-consent-banner::part(button--close),
.cookieConsent__Button--Close {
background: black !important;
color: white !important;
background: black;
color: white;
margin: 40px 0 0 60px;
padding: 15px 60px;
}
Expand Down

0 comments on commit 0936a45

Please sign in to comment.