1
1
mirror of https://github.com/primer/css.git synced 2024-11-25 07:33:41 +03:00

update marketing tables to use color variables

This commit is contained in:
broccolini 2017-06-12 16:29:24 -04:00
parent 6c602c2192
commit 1e04ce04c0

View File

@ -5,7 +5,7 @@
margin-top: $spacer-3;
border-collapse: collapse;
border: $border;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba($black, 0.05);
th {
font-weight: 400;