style: fix Typography Link color (#27119)

* style: fix Typography Link color

* Update index.less
This commit is contained in:
Tom Xu 2020-10-13 18:31:48 +08:00 committed by GitHub
parent 0051e5d883
commit b896556823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@
&&-danger {
color: @error-color;
a&:active,
a&:focus,
a&:hover {
color: ~`colorPalette('@{error-color}', 5) `;
}