mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
add alert-danger and alert-info support for dark mode (#4909)
Co-authored-by: noaelad <noa.elad@gusto.com>
This commit is contained in:
parent
d86fe256e8
commit
3b5ecd853e
1 changed files with 8 additions and 0 deletions
|
@ -64,6 +64,14 @@ table {
|
|||
background-color: #484;
|
||||
}
|
||||
|
||||
.alert-danger {
|
||||
background-color: #980035;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
background-color: #31708f;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:active,
|
||||
a:hover,
|
||||
|
|
Loading…
Add table
Reference in a new issue