Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Dec 30, 2024
1 parent 5da8872 commit c9fe08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, sel
.button-danger {
border-color: #f00808;
background: -webkit-gradient(linear, left top, left bottom, from(#f83434), to(#f00808));
background: linear-gradient(#f83434, #f00808);
background: linear-gradient(#ff4e4e, #ff4c4c);
color: white;
}

Expand Down

0 comments on commit c9fe08c

Please sign in to comment.