Use darker color for tab dividers

This commit is contained in:
Clement Ho 2017-08-04 18:17:12 +02:00
parent 4d5fe9dab9
commit cc958b4afd

View file

@ -115,8 +115,8 @@
background: $gray-normal;
display: inline-block;
padding: 10px 18px;
border-right: 1px solid $white-normal;
border-bottom: 1px solid $white-normal;
border-right: 1px solid $white-dark;
border-bottom: 1px solid $white-dark;
white-space: nowrap;
&.remove {