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

Remove the fancy gradient

This commit is contained in:
Mike Perham 2012-11-30 13:23:05 -08:00
parent 40d4176411
commit 6edc89319f

View file

@ -62,15 +62,6 @@ h1, h2, h3, h4, h5, h6, strong {
text-shadow: none;
}
.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: -o-linear-gradient(#b1003e, #310011);
background: linear-gradient(#b1003e, #310011);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-unit {
background: none;
}