1
0
Fork 0
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:
Noa Elad 2021-05-26 11:14:54 -07:00 committed by GitHub
parent d86fe256e8
commit 3b5ecd853e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,14 @@ table {
background-color: #484;
}
.alert-danger {
background-color: #980035;
}
.alert-info {
background-color: #31708f;
}
a:link,
a:active,
a:hover,