Skip to content

Commit

Permalink
refactor: replace deprecated alpha() with color-mix()
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Jul 20, 2024
1 parent 428d1ec commit 1ffec66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dragoverlay {

dragoverlay .drag-area-highlight {
border-radius: 8px;
background-color: alpha(var(--blue-2), 0.35);
background-color: color-mix(in srgb, var(--blue-2) 35%, transparent);
margin: 24px;
}

Expand Down

0 comments on commit 1ffec66

Please sign in to comment.