Skip to content

Commit 90073d5

Browse files
authored
Better contrast for component grid component header (facebook#4431)
1 parent e2c7303 commit 90073d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/css/customTheme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,8 +1707,8 @@ article .component-grid {
17071707
font-weight: 600;
17081708
margin: 0;
17091709
padding: 0 10px;
1710-
background-color: var(--ifm-color-primary);
1711-
color: white;
1710+
background-color: var(--home-button-primary);
1711+
color: var(--home-button-primary-text);
17121712
line-height: 36px;
17131713

17141714
a {

0 commit comments

Comments
 (0)