Skip to content

Commit 24e096a

Browse files
committed
style: make background image to be more obvious
1 parent 56bb6b8 commit 24e096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/hb/modules/background-image/scss/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
[data-bs-theme="dark"] {
2828
body {
29-
background-color: $body-bg-dark;
29+
background-color: rgba(var(--#{$prefix}body-bg-rgb), .75);
3030
background-blend-mode: multiply;
3131
}
3232
}

0 commit comments

Comments
 (0)