1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Adds a color override for alert-warning to make it readable in dark mode (#5622)

This commit is contained in:
Peter Harris 2022-11-06 13:06:14 -05:00 committed by GitHub
parent ef8d4425b6
commit 407d90d7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,10 @@ table {
background-color: #31708f;
}
.alert-warning {
background-color: #c47612;
}
a:link, a:active, a:hover, a:visited {
color: #ddd;
}