From ccf82ec6c19224a265a388d0ecda2eb920dc00af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Wed, 8 Jun 2022 13:41:57 +0200 Subject: [PATCH] Let social links inherit their 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 b02c8a2..9bcbc3a 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -373,7 +373,7 @@ body:not(.has-cover) .site-header-content:not(.left-aligned) { .gh-social-link { line-height: 0; - color: #fff; + color: inherit; } .gh-social-link:hover {