Add config folder

This commit is contained in:
uwap 2017-11-01 03:24:03 +01:00
parent 3213fb9921
commit 30ad70a237
3 changed files with 373 additions and 362 deletions

5
config/utils.js Normal file
View file

@ -0,0 +1,5 @@
// @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;";