mirror of https://github.com/twbs/bootstrap.git
Docs: fix `background-blend-mode` CSS value (#40931)
This commit is contained in:
parent
1862645095
commit
88bb06b8cc
|
@ -86,7 +86,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: rgba(var(--bg-rgb), 1);
|
color: rgba(var(--bg-rgb), 1);
|
||||||
background-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);
|
@include border-radius(1rem);
|
||||||
mix-blend-mode: darken;
|
mix-blend-mode: darken;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue