Very small fix on author meta links color

This commit is contained in:
Amgaa 2019-10-23 10:49:01 +09:00 committed by Peter Zimon
parent 68b0270ed5
commit a1fc6090d2

View File

@ -2374,7 +2374,7 @@ Usage (In Ghost editor):
} }
.author-social-link a { .author-social-link a {
color: var(--darkgrey); color: var(--midgrey);
font-weight: 600; font-weight: 600;
} }