Skip to content

Commit

Permalink
Rollup merge of rust-lang#53267 - GuillaumeGomez:fix-styles, r=QuietM…
Browse files Browse the repository at this point in the history
…isdreavus

Fix styles

Fixes rust-lang#53262.
  • Loading branch information
kennytm committed Aug 12, 2018
2 parents 16210e8 + 5a801c8 commit e330088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/static/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ a {
color: #ddd;
}

.docblock a:not(.srclink):not(.test-arrow), .docblock-short a:not(.srclink):not(.test-arrow),
.stability a {
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow), .docblock-short
a:not(.srclink):not(.test-arrow), .stability a {
color: #D2991D;
}

Expand Down
4 changes: 2 additions & 2 deletions src/librustdoc/html/static/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ a {
color: #000;
}

.docblock a:not(.srclink):not(.test-arrow), .docblock-short a:not(.srclink):not(.test-arrow),
.stability a {
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow), .docblock-short
a:not(.srclink):not(.test-arrow), .stability a {
color: #3873AD;
}

Expand Down

0 comments on commit e330088

Please sign in to comment.