From 07393c29b4ac3eab4e71fe975407fadc8351ad61 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:54:51 -0500 Subject: [PATCH] Merge pull request #20594 from overleaf/jel-premium-card-p [web] Do not change `p` color in premium cards GitOrigin-RevId: 4115416459b75db31b30cf31787cf027c1179e41 --- .../web/frontend/stylesheets/bootstrap-5/components/card.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/card.scss b/services/web/frontend/stylesheets/bootstrap-5/components/card.scss index 1a0815d1e2..46fa38e207 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/card.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/card.scss @@ -60,8 +60,7 @@ h2, h3, h4, - h5, - p { + h5 { color: var(--blue-60); }