Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 438b64c

Browse files
author
Federico Zivolo
committed
docs: Added more gradients for future sections
1 parent e4ea34f commit 438b64c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo/styles.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import styled, { keyframes } from 'react-emotion';
33
const gradients = {
44
purple: 'linear-gradient(to right, #9d50bb, #6e48aa)',
55
orange: 'linear-gradient(to right, #ff4e50, #f9d423)',
6+
pink: 'linear-gradient(to right, #f857a6, #ff5858)',
7+
blue: 'linear-gradient(to right, #4b6cb7, #182848)',
8+
green: 'linear-gradient(to right, #134E5E, #71B280)',
69
};
710

811
export const Main = styled('main')`

0 commit comments

Comments
 (0)