update table th text color

This commit is contained in:
afc163 2017-03-09 22:41:45 +08:00
parent 2aae84f375
commit 82b54ad42a

View File

@ -30,9 +30,10 @@
&-thead > tr > th {
background: @table-head-background-color;
font-weight: bold;
font-weight: 500;
transition: background .3s ease;
text-align: left;
color: @heading-color;
&[colspan] {
text-align: center;