use a color constant instead of hardcoding

This commit is contained in:
Jeff Atwood 2013-07-04 01:11:45 -07:00
parent b555a0d461
commit 1589874cd2

View File

@ -56,7 +56,7 @@
} }
&.category-description { &.category-description {
td { td {
color: #B63D3D; color: $nav-pills-border-color-active;
} }
} }
} }