From f07ea4a49202be03929553c974326625c443dcd5 Mon Sep 17 00:00:00 2001 From: Ryan Amirthan Date: Wed, 16 Jul 2025 19:12:20 -0400 Subject: [PATCH] target pseudo element --- custom-implementation/src/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/custom-implementation/src/main.css b/custom-implementation/src/main.css index 265688e3..8bcd715a 100644 --- a/custom-implementation/src/main.css +++ b/custom-implementation/src/main.css @@ -30,4 +30,7 @@ position: absolute !important; } - +.custom-footer a::before, +.custom-footer a::after { + display: none !important; +}