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.

r? @QuietMisdreavus
  • Loading branch information
GuillaumeGomez authored Aug 12, 2018
2 parents 17d4bd0 + 5a801c8 commit 34956ac
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 34956ac

Please sign in to comment.