fixes: hovering links enhancement #781 #782
Open
+115
−37
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solution:
Text Color Change: The text color of the sublinks now changes on hover, providing a clear visual indication of interactivity.
Background Box with Pop-up Effect: A subtle background box has been added that pops up and makes the sublink content appear bigger when hovered. This creates a modern and dynamic feel to the hover state.
Font Style Change on Hover for Headings: The headings of each domain now change their font style upon hovering to further enhance interactivity.
Changes in CSS:
Sublink Hover Effect:
Text color changes to a more vibrant color on hover (e.g., $brightblue).
Added a background box with a slight scale-up effect to make the link appear larger on hover.
Heading Font Change:
The font changes to a bolder or alternate font-family when the user hovers over a heading.
issue resolved #781