Skip to content

Commit

Permalink
Merge pull request #3549 from davidfischer/promo-contrast
Browse files Browse the repository at this point in the history
Promo contrast improvements
  • Loading branch information
ericholscher authored Jan 25, 2018
2 parents 9c81a92 + c486a84 commit d1eb0b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions media/css/readthedocs-doc-embed.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,19 @@ div.rst-pro > span {

div.rtd-pro.wy-menu > span,
div.rst-pro.wy-menu > span {
color: #838383;
color: #b3b3b3;
}

div.rtd-pro.wy-menu a,
div.rtd-pro.wy-menu a:link,
div.rtd-pro.wy-menu a:visited,
div.rst-pro.wy-menu a,
div.rst-pro.wy-menu a:link,
div.rst-pro.wy-menu a:visited { color: #b3b3b3; }

div.rst-pro.wy-menu a:visited,
div.rtd-pro.wy-menu a:hover,
div.rtd-pro.wy-menu a:active,
div.rst-pro.wy-menu a:hover,
div.rst-pro.wy-menu a:active { color: #c3c3c3; }
div.rst-pro.wy-menu a:active { color: #efefef; }

div.rtd-pro a.rtd-pro-image-wrapper {
display: inline-block;
Expand Down

0 comments on commit d1eb0b0

Please sign in to comment.