Update
For some reason, the transclucent orange shade gradient does not work (it is completely opaque), therefore I removed this line:
background-image:linear-gradient(to top,#F86A,#FFF0);
Replacement:
background-color:#F864;
-
border:1px solid #F86;
## Update
For some reason, the transclucent orange shade gradient does not work (it is completely opaque), therefore I removed this line:
`background-image:linear-gradient(to top,#F86A,#FFF0);`
Replacement:
* `background-color:#F864; `
* `border:1px solid #F86;`
(post is archived)