From b4a5a3ace230d3aef64ba2a160ae257c6e57b36e Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Fri, 28 Apr 2023 17:04:10 -0400 Subject: Fix link style for social --- html/assets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/assets/style.css b/html/assets/style.css index 4bbd14b..736521b 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -257,6 +257,11 @@ img.rss margin-right: 1em; } +.header-links a +{ + color: #353534; +} + a.header-link { padding-right: 1em; -- cgit v1.2.3