mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
heading default text color
This commit is contained in:
parent
c832975663
commit
0e18c52b96
@ -59,6 +59,11 @@ input::-ms-clear, input::-ms-reveal {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
// Headers
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: @heading-color;
|
||||
}
|
||||
|
||||
// Links
|
||||
a {
|
||||
color: @link-color;
|
||||
|
Loading…
Reference in New Issue
Block a user