Fix show notes link color (#7261)
The problem has been described at length in #7139, but the links are now easier to distinguish from the other text, especially on dynamic themes.
This commit is contained in:
parent
da5972a3fd
commit
52117f35ac
|
@ -4,7 +4,6 @@
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-decoration: none;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: %s;
|
color: %s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue