Updated colors

This commit is contained in:
= 2020-08-20 14:16:50 -04:00
parent 65a3617d71
commit 5b8863d372
4 changed files with 15 additions and 7 deletions

View file

@ -1,10 +1,14 @@
body {
background: #2e3842;
}
html body #mainContent {
height: 100vh;
}
#uploadSquare {
color: white;
background: gray;
background: #21b2a6;
height: 250px;
border-radius: .5em;
}