Remove lighten blue and add blue-25 for background

This commit is contained in:
tauriedavis 2017-04-14 14:33:56 -07:00
parent 6c055805ea
commit 3545af219b

View file

@ -291,7 +291,7 @@ table.u2f-registrations {
.bordered-box {
border: 1px solid $blue-300;
border-radius: $border-radius-default;
background-color: lighten($blue-50, 3%);
background-color: $blue-25;
position: relative;
display: flex;
justify-content: center;