Skip to content

Commit

Permalink
fix: draftjs callout colors uniformed (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB authored Feb 21, 2024
1 parent 205b45e commit dc61074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/ItaliaTheme/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ iframe {

.callout {
padding: 1.25rem;
border: 1px solid $neutral-1-a2;
border: 1px solid $neutral-1-a1;
border-left-width: 0.4rem;
margin: 1.25rem 0;
border-radius: 0.25rem;
Expand All @@ -99,7 +99,7 @@ iframe {
.callout-bg {
padding: 1.25rem;
margin: 1.25rem 0;
background-color: $primary-c1;
background-color: $neutral-1-a1;

p,
.public-DraftStyleDefault-block {
Expand Down

0 comments on commit dc61074

Please sign in to comment.