Skip to content

Commit

Permalink
Update background color for component grid in custom theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar committed Jan 8, 2025
1 parent e2c7303 commit 4fb8aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ article .component-grid {
font-weight: 600;
margin: 0;
padding: 0 10px;
background-color: var(--ifm-color-primary);
background-color: #357da1;
color: white;
line-height: 36px;

Expand Down

0 comments on commit 4fb8aa8

Please sign in to comment.