Skip to content

Commit

Permalink
main.css - no opacity on status.red but use whitesmoke, so it can be …
Browse files Browse the repository at this point in the history
…brightened on hover
  • Loading branch information
zivis committed Sep 4, 2023
1 parent f47e280 commit 688db1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/web/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ th {

.status.red, .status.red summary, .status.red details {
background-color: #FF4040;
color: white;
opacity: 0.75;
color: whitesmoke;
}

.status.yellow, .status.yellow summary, .status.yellow details {
Expand Down

0 comments on commit 688db1b

Please sign in to comment.