From a1fc6090d2058a69337f6ff5435607c80144a867 Mon Sep 17 00:00:00 2001 From: Amgaa Date: Wed, 23 Oct 2019 10:49:01 +0900 Subject: [PATCH] Very small fix on author meta links color --- assets/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index f0ff3a8..a48b7c9 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2374,7 +2374,7 @@ Usage (In Ghost editor): } .author-social-link a { - color: var(--darkgrey); + color: var(--midgrey); font-weight: 600; }