Skip to content

Instantly share code, notes, and snippets.

@rushijagani
Created April 18, 2018 12:10
Show Gist options
  • Save rushijagani/e4eeb17b44a0c15910c05c3be14a13de to your computer and use it in GitHub Desktop.
Save rushijagani/e4eeb17b44a0c15910c05c3be14a13de to your computer and use it in GitHub Desktop.
Anchor tag inside headings hover color.
.entry-content h1 a:hover,
.entry-content h2 a:hover,
.entry-content h3 a:hover,
.entry-content h4 a:hover,
.entry-content h5 a:hover,
.entry-content h6 a:hover{
color:#ffc054;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment