We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bb6b8 commit 24e096aCopy full SHA for 24e096a
assets/hb/modules/background-image/scss/index.scss
@@ -26,7 +26,7 @@
26
27
[data-bs-theme="dark"] {
28
body {
29
- background-color: $body-bg-dark;
+ background-color: rgba(var(--#{$prefix}body-bg-rgb), .75);
30
background-blend-mode: multiply;
31
}
32
0 commit comments