heartwood every commit a ring

Make background darker on index

8e59b00e by Isaac Bythewood · 5 years ago

modified pages/index.js
@@ -37,20 +37,9 @@ const Background = styled.div`  right: 0;  bottom: 0;  left: 0;  background-image: linear-gradient(      ${(props) => props.theme.colors.one},      transparent    ),    linear-gradient(      to top left,      ${(props) => props.theme.colors.four},      transparent    ),    linear-gradient(      to top right,      ${(props) => props.theme.colors.five},      transparent    );  background-image: linear-gradient(#0d0221, transparent),    linear-gradient(to top left, #580215, transparent),    linear-gradient(to top right, #210d00, transparent);  background-blend-mode: screen;  background-size: cover;`;