mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
update table th text color
This commit is contained in:
parent
2aae84f375
commit
82b54ad42a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user