]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix `background-blend-mode` CSS value (#40931)
authorMohamad Salman <139472418+MohamadSalman11@users.noreply.github.com>
Thu, 10 Oct 2024 15:40:03 +0000 (17:40 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 15:40:03 +0000 (17:40 +0200)
site/assets/scss/_masthead.scss

index d74d1ec24941f4bd016210dd84467428d0d56d1b..3ea7ff232ef9a211a3d70780e0ef557bf505c42a 100644 (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;