Description
This PR fixes the color used to display link hover color for .btn-clipboard
and .btn-edit
in the documentation.
--bs-link-color
and --bs-link-hover-color
are very close in Bootstrap so we almost can't see the difference but conceptually, this is an error.
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 -
All new and existing tests passed