Improve background contrast for new sprints

stable
Xavier Julián 2016-04-11 10:46:15 +02:00
parent 43ff31d7e8
commit 384383ed98
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
.sprint-table { .sprint-table {
.sprint-empty { .sprint-empty {
@extend %light; @extend %light;
background: lighten($gray-light, 18%); background: darken($whitish, 5%);
border: 2px dashed lighten($gray-light, 10%); border: 2px dashed lighten($gray-light, 10%);
color: $gray; color: $gray;
padding: 1rem; padding: 1rem;