Add placeholder color inherit for anchors

This commit is contained in:
Aarni Halinen
2019-05-27 21:36:13 +03:00
parent d7bfdd9e85
commit 9bb1e3db0e
@@ -3,6 +3,7 @@
.text-anchor {
text-decoration: underline;
font-weight: 600;
color: inherit;
&:hover {
color: $blue;