Add config folder
This commit is contained in:
parent
3213fb9921
commit
30ad70a237
3 changed files with 373 additions and 362 deletions
5
config/utils.js
Normal file
5
config/utils.js
Normal 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;";
|
||||
Loading…
Add table
Add a link
Reference in a new issue