Docs: fix `background-blend-mode` CSS value (#40931)

This commit is contained in:
Mohamad Salman 2024-10-10 17:40:03 +02:00 committed by GitHub
parent 1862645095
commit 88bb06b8cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;