feat: add Dash logo

This commit is contained in:
Joshua Seigler 2016-09-09 21:59:40 -04:00
parent b84655afad
commit 601082cebe
3 changed files with 73 additions and 65 deletions

View file

@ -4,7 +4,11 @@ body {
box-sizing: border-box;
font-family: sans-serif;
font-size: 140%;
background-image: linear-gradient(to bottom right, hsl(208, 73%, 43%), hsl(208, 86.5%, 21.5%));
background-image: url('assets/Dash-logo.svg'), linear-gradient(to bottom right, hsl(208, 73%, 43%), hsl(208, 86.5%, 21.5%));
background-size: 50vmin auto, cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-color: hsl(208, 73%, 43%);
color: white;
min-height: 100vh;