This PR fixes a small issue I found on the site while hovering over the div element (with the .share class) that says "Share this page".
The text color of the link didn't change on hover which meant that it disappeared on the color change of the background, as seen in this video:
I added a new css rule in the dark.css.scss file that targets the a tag inside of the .share element and changes the color to the text color on hover.
Now the hovering looks like it should:
Description
This PR fixes a small issue I found on the site while hovering over the div element (with the .share class) that says "Share this page". The text color of the link didn't change on hover which meant that it disappeared on the color change of the background, as seen in this video:
https://github.com/adambard/learnxinyminutes-site/assets/96014669/acfdb976-e144-4d79-92e8-0797a2abb0dd
What I did
I added a new css rule in the
dark.css.scss
file that targets the a tag inside of the.share
element and changes the color to the text color on hover. Now the hovering looks like it should:https://github.com/adambard/learnxinyminutes-site/assets/96014669/acd81d71-520d-409f-bf88-4b5a82a9b99f