Skip to content

Commit

Permalink
Docs: fix background-blend-mode CSS value (#40931)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadSalman11 authored Oct 10, 2024
1 parent 1862645 commit 88bb06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/assets/scss/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
padding: 1rem;
color: rgba(var(--bg-rgb), 1);
background-color: rgba(var(--bg-rgb), .1);
background-blend-mode: multiple;
background-blend-mode: multiply;
@include border-radius(1rem);
mix-blend-mode: darken;

Expand Down

0 comments on commit 88bb06b

Please sign in to comment.