Layout: Simplify color scheme

This commit is contained in:
James Taylor
2019-08-24 11:51:41 -07:00
parent 400d17e613
commit f2eb354197
3 changed files with 10 additions and 19 deletions

View File

@@ -7,6 +7,8 @@
margin: auto;
}
main form{
background-color: #dadada;
padding: 10px;
margin-top:20px;
display:grid;
justify-items: start;
@@ -22,7 +24,7 @@
margin-top:20px;
}
#tor-note{
background-color: #dddddd;
background-color: #dadada;
padding: 10px;
margin-top: 40px;
}