ui: update homepage color to match resources

This commit is contained in:
Jean-Philippe Sirois
2019-10-08 23:53:55 -04:00
parent 73f716febd
commit 0412c368d8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import styled from "styled-components"
export const LayoutWrapper = styled.div`
background: #121240;
background: #1f2a34;
color: #fff;
position: relative;
display: flex;