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:
parent
40d4176411
commit
6edc89319f
1 changed files with 0 additions and 9 deletions
|
@ -62,15 +62,6 @@ h1, h2, h3, h4, h5, h6, strong {
|
||||||
text-shadow: none;
|
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 {
|
.hero-unit {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue