Add text-decoration-color to column links

This commit is contained in:
Vasily Zubarev
2020-01-10 13:37:09 +01:00
parent e079b89d05
commit 9462dfe7f3

View File

@@ -47,3 +47,8 @@ a:visited {
a:hover {
color: #9b9b9b;
}
.article a {
text-decoration-color: #9e9e9e;
}