Skip to content

Commit

Permalink
fix: Remove useless mix-blend-mode on .App
Browse files Browse the repository at this point in the history
not important on light mode but effective in dark mode
  • Loading branch information
JF-Cozy committed Jun 11, 2024
1 parent edfac39 commit c1f427b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ body
background-repeat no-repeat
background-size cover
background-position center
mix-blend-mode multiply
overflow-y auto
.corner
z-index var(--zIndex-nav)
Expand Down

0 comments on commit c1f427b

Please sign in to comment.