Skip to content

Commit

Permalink
feat: add gradient for prewiew
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Oct 30, 2023
1 parent c4a1e82 commit cd3596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ input.nickname {
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.5);
background: linear-gradient(270deg, rgba(0,0,0,0.5) 0%, $background-color_6 100%);
backdrop-filter: blur(10px);
}
}
Expand Down

0 comments on commit cd3596d

Please sign in to comment.