Skip to content

Commit 1743e83

Browse files
committed
Use plus-lighter blend mode instead of screen
1 parent bd9ff22 commit 1743e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/src/lib/components/divider.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export let vertical = false
99
: 'h-px w-full'}"
1010
role="separator"
1111
aria-orientation={vertical ? 'vertical' : 'horizontal'}
12-
/>
12+
></div>
1313
</div>

www/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let bg
2828
background-image: url('/bg.webp');
2929
background-position: top center;
3030
background-repeat: no-repeat;
31-
mix-blend-mode: screen;
31+
mix-blend-mode: plus-lighter;
3232
transition: opacity 1500ms ease-in;
3333
3434
@screen md {

0 commit comments

Comments
 (0)