Skip to content

Commit

Permalink
Merge pull request #28665 from claudiob/don-t-highlight-code-in-links
Browse files Browse the repository at this point in the history
Don't highlight code in anchorlink [ci skip]
  • Loading branch information
claudiob committed Apr 4, 2017
2 parents 7c1a0f2 + 0a61a32 commit a1c36ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions guides/assets/stylesheets/main.css
Expand Up @@ -294,10 +294,8 @@ a, a:link, a:visited {
#mainCol a, #subCol a, #feature a {color: #980905;}
#mainCol a code, #subCol a code, #feature a code {color: #980905;}

#mainCol a.anchorlink {
color: #333;
text-decoration: none;
}
#mainCol a.anchorlink, #mainCol a.anchorlink code {color: #333;}
#mainCol a.anchorlink { text-decoration: none; }
#mainCol a.anchorlink:hover { text-decoration: underline; }

/* Navigation
Expand Down

0 comments on commit a1c36ba

Please sign in to comment.