Skip to content

Commit

Permalink
Merge pull request #141 from synyx/recolor-alerts
Browse files Browse the repository at this point in the history
Changed the color scheme of the alerts to increase contrast
  • Loading branch information
BuJo authored Oct 23, 2023
2 parents e415d2b + 6a39745 commit 91ee686
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pkg/web/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,13 @@ th {
}

.status.green, .status.green summary, .status.green details {
background-color: #269926;
color: white;
opacity: 0.75;
background-color: #26AC1C;
color: black;
}

.status.red, .status.red summary, .status.red details {
background-color: #FF4040;
color: whitesmoke;
opacity: 0.95
background-color: #ff5050;
color: black;
}

.status.yellow, .status.yellow summary, .status.yellow details {
Expand All @@ -114,7 +112,6 @@ th {
.status.grey, .status.grey summary, .status.grey details {
background-color: #444444;
color: whitesmoke;
opacity: 0.95
}

summary {
Expand Down

0 comments on commit 91ee686

Please sign in to comment.