Improve background contrast for new sprints
parent
43ff31d7e8
commit
384383ed98
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue