From be87606ebc0d9758f2d584ac605ae349ace022b3 Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Thu, 7 Nov 2024 19:38:52 -0600 Subject: [PATCH] style: footer GitHub logo color to foreground --- docs/stylesheets/solarized.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/solarized.css b/docs/stylesheets/solarized.css index 15e0eb2..b80f5e7 100644 --- a/docs/stylesheets/solarized.css +++ b/docs/stylesheets/solarized.css @@ -146,7 +146,7 @@ } .md-social__link:nth-child(2) svg { - fill: #181717; + fill: var(--md-default-fg-color); } .md-social__link:nth-child(3) svg {