added background image

This commit is contained in:
Danny Coates 2018-06-19 12:58:42 -07:00
parent fdef37287d
commit 211b1a8576
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
8 changed files with 47 additions and 8 deletions

View file

@ -13,13 +13,9 @@
}
html {
background: url('../assets/send_bg.svg');
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui',
'helvetica neue', helvetica, ubuntu, roboto, noto, arial, sans-serif;
font-weight: 200;
background-size: 110%;
background-repeat: no-repeat;
background-position: center top;
}
body {
@ -225,6 +221,7 @@ a {
}
.title {
color: var(--textColor);
font-size: 33px;
line-height: 40px;
margin: 20px auto;