Skip to content

Commit

Permalink
Fixing background color
Browse files Browse the repository at this point in the history
  • Loading branch information
CarliPinell committed Nov 4, 2024
1 parent 5e0c4e8 commit 74475da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ export default {
margin-bottom: 1em;
}
.bubble {
background-color: lighten($primary, 55%);
background-color: lighten($primary, 40%);
border-radius: 1em;
padding: 1em;
margin-top: 1em;
}
.bubble-sm {
font-size: 0.8em;
background-color: lighten($primary, 55%);
background-color: lighten($primary, 40%);
border-radius: 1em;
padding: 1em;
margin-top: 1em;
Expand Down

0 comments on commit 74475da

Please sign in to comment.