Update table border color

This commit is contained in:
leigh-mil 2019-10-21 14:47:02 -04:00
parent 6ca08502ed
commit b1a18f83f3

View File

@ -49,7 +49,7 @@ table.atat-table {
background-color: $color-white;
margin: 0;
padding: $gap * 2;
border: 1px solid $color-gray-light;
border: 1px solid $color-gray-lighter;
display: table-cell;
white-space: nowrap;