Fix comtodon author color.

The variable doesn't exist anymore.
This commit is contained in:
tastytea 2020-12-26 00:56:53 +01:00
parent 145b69b28b
commit 1daa772f5a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
.comtodon a.author { .comtodon a.author {
text-decoration: none; text-decoration: none;
color: var(--blue); color: #8ac;
} }
.comtodon .author .name { .comtodon .author .name {