Description
In the main branch, headings of the homepage are all grays:
But this is not the case for the /docs
and /examples
pages.
This PR suggests using var(--bs-emphasis-color)
in .bd-masthead and .masthead-followup headings.
Note: no change of color for the footer headings.
Type of changes
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly - (N/A) I have added tests to cover my changes
-
All new and existing tests passed