Skip to content

Commit

Permalink
style: make background image to be more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Mar 20, 2024
1 parent 56bb6b8 commit 24e096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/hb/modules/background-image/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

[data-bs-theme="dark"] {
body {
background-color: $body-bg-dark;
background-color: rgba(var(--#{$prefix}body-bg-rgb), .75);
background-blend-mode: multiply;
}
}
Expand Down

0 comments on commit 24e096a

Please sign in to comment.