Fixed comments notice link colour.
This commit is contained in:
parent
8fa8eaa1f9
commit
b90f810f15
1 changed files with 1 additions and 5 deletions
|
@ -29,15 +29,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__notice__link {
|
&__notice__link {
|
||||||
color: #22c;
|
color: var(--accent-colour);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
|
||||||
color: #c22;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue