ui: first pass on redesign (#228)

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 02:00:57 -04:00
committed by GitHub
parent 12d1346d4b
commit ab8e8edd5a
40 changed files with 779 additions and 362 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export const HomeWrapper = styled.header`
width: 100%;
position: relative;
min-height: 100vh;
background: #1f2a34;
background: ${props => props.theme.main.background};
overflow: hidden;
`