use brand link color for links in the form app

This commit is contained in:
ansuz 2021-07-28 03:43:25 +05:30
parent 106dd007ac
commit a613b64b77

View file

@ -561,6 +561,9 @@
margin-right: 5px;
}
}
a, a:visited {
color: @cryptpad_color_link;
}
}
}
}