mqtt-control-map/config/utils.js
2017-11-01 03:24:03 +01:00

5 lines
221 B
JavaScript

// @flow
export const rainbow = "rgba(200,120,120,0.5);"
+ "background: linear-gradient(40deg, #FF0000 0%, #00FF00 50%, #0000FF 70%, #FFFF00 100%);"
+ "background-clip: text; -webkit-background-clip: text;";