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

@@ -14,7 +14,7 @@ body{
color:#222;
background-color:#cccccc;
background-color:#bcbcbc;
min-height:100vh;
display: flex;
@@ -150,7 +150,7 @@ body{
.horizontal-item-box{
}
.item{
background-color:#bcbcbc;
background-color:#dadada;
text-decoration:none;
font-size: 12px;
color: #767676;
@@ -284,7 +284,7 @@ body{
text-align: center;
}
.sort-button{
background-color: #d0d0d0;
background-color: #dadada;
padding: 2px;
justify-self: start;
}