From e910baa4a5594fc37f72e7baed99db9df42d41c2 Mon Sep 17 00:00:00 2001 From: kasiandra Date: Sun, 13 Apr 2025 13:10:38 +0200 Subject: [PATCH] fix svg filter effect --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index 335019c..f89d0af 100644 --- a/static/style.css +++ b/static/style.css @@ -78,6 +78,7 @@ a { .linkimg img { max-height: 25px; } + [class*="content-social-link"]:hover .linkimg{ filter: invert(100%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); } @@ -236,4 +237,9 @@ p { width: 80%; line-height: 100px; } + + [class*="content-social-link"]:hover .linkimg{ + filter: invert(20%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); +} + }