Skip to content

Commit 201e8ea

Browse files
authored
Merge pull request #48841 from priyanshikhetwani/cssbug
Fix text not visible in case studies page
2 parents 9df8394 + 35a55af commit 201e8ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/css/gridpage.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
font-weight: 300 !important;
4040
}
4141

42+
.gridPage .case-study .quote{
43+
color: rgb(26,26,26);
44+
}
45+
4246
.gridPage #mainContent {
4347
padding: 0;
4448
}

0 commit comments

Comments
 (0)