From 0a1f5beb38a2311ad0c55eda3697f9a6098eb944 Mon Sep 17 00:00:00 2001 From: Clove Twilight Date: Fri, 29 May 2026 01:51:27 +0100 Subject: [PATCH] okay minor fix --- index.html | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5ad77c1..c1684ff 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@ - + Git.Gay @doughmination diff --git a/style.css b/style.css index ff630d6..f3f75c1 100644 --- a/style.css +++ b/style.css @@ -157,6 +157,12 @@ body { filter: invert(78%) sepia(36%) saturate(640%) hue-rotate(280deg) brightness(105%); } +/* Keep multicolor icons (e.g. git.gay) at their true colors */ +.icon.raw, +.link-card:hover .icon.raw { + filter: none; +} + /* Details revealed on hover as a tooltip */ .link-text { position: absolute;