mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix broken gradient with firefox, fixes #519
This commit is contained in:
parent
d46c1341a7
commit
1fa05b85dc
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ h1, h2, h3, h4, h5, h6, strong {
|
|||
.title, .admin .brand {
|
||||
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b1003e), color-stop(100%, #310011));
|
||||
background: -webkit-linear-gradient(#b1003e, #310011);
|
||||
background: -moz-linear-gradient(#b1003e, #310011);
|
||||
background: -o-linear-gradient(#b1003e, #310011);
|
||||
background: linear-gradient(#b1003e, #310011);
|
||||
-webkit-background-clip: text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue