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:
parent
ef8d4425b6
commit
407d90d7ea
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ table {
|
|||
background-color: #31708f;
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
background-color: #c47612;
|
||||
}
|
||||
|
||||
a:link, a:active, a:hover, a:visited {
|
||||
color: #ddd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue