projectkudu / slingshot

This project implements the Deploy To Azure button
http://azure.microsoft.com/blog/2014/11/13/deploy-to-azure-button-for-azure-websites-2/
51 stars 20 forks source link

Update color scheme for Deploy to Azure button #88

Open fashaikh opened 5 years ago

fashaikh commented 5 years ago

Ref: https://github.com/Azure/ServerlessLibrary/pull/53#issuecomment-441917944

Please use an SVG rather than a lossy jpg for "Deploy to Azure" and make sure the contrast is suitable (almost 10% of men are colorblind) This contrast is a hard fail: http://jxnblk.com/colorable/demos/text/?background=%235bc0de&foreground=%23fff

Here is a scheme that has better contrast

https://slfunctionapptest.blob.core.windows.net/images/deploybutton-0078d7.svg?st=2018-11-27T18%3A08%3A18Z&se=2019-11-28T18%3A08%3A00Z&sp=rl&sv=2018-03-28&sr=b&sig=PSjDVA5xWGry4Rc5nP3hS06tOmsw4unT3Atmei9c1JU%3D

fashaikh commented 5 years ago

Tagging @ehamai .