Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
slambert committed Jul 27, 2024
2 parents b0bf48f + e07e31c commit fd0cf45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/css/_05-utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@
mix-blend-mode: darken;
}

.u-opacity-90 {
opacity: 0.9;
}

.u-opacity-95 {
opacity: 0.95;
}

/* for creating cards with image above text */
.u-image-text-card .wp-block-image {
margin-bottom: 0;
Expand Down

0 comments on commit fd0cf45

Please sign in to comment.