From db92673f0cc3d5d6b6efbbdcf3184acd86420058 Mon Sep 17 00:00:00 2001 From: Nishi Surti <70151642+nishisurti2608@users.noreply.github.com> Date: Mon, 23 Jun 2025 00:28:33 -0400 Subject: [PATCH] chore(curriculum): remove unused .green class from global.css (#60982) --- client/src/components/layouts/global.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index a0adbac4336..7084f9c1a50 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -214,10 +214,6 @@ p { text-align: center !important; } -.green-text { - color: var(--secondary-color); -} - a { color: inherit; text-decoration: underline;