Fixed comments notice link colour.

This commit is contained in:
flash 2018-12-15 23:19:09 +01:00
parent 8fa8eaa1f9
commit b90f810f15

View file

@ -29,15 +29,11 @@
}
&__notice__link {
color: #22c;
color: var(--accent-colour);
text-decoration: none;
&:hover {
text-decoration: underline;
}
&:active {
color: #c22;
}
}
}