From 46ded40bdfed22dacacdb3e83c3272621ef528d8 Mon Sep 17 00:00:00 2001 From: rohanharikr Date: Fri, 31 May 2024 13:23:16 +0100 Subject: [PATCH] fix: social links light mode (#47) --- src/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.html b/src/index.html index 2e2d17e..20ef0bd 100644 --- a/src/index.html +++ b/src/index.html @@ -77,6 +77,10 @@ .bottom-cta { color: white; } + + .social-links { + filter: invert(0.8) + } } a:hover:not(.hover-none):not(.nav-link) {