Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavus

Fix styles

Fixes #53262.

r? @QuietMisdreavus
This commit is contained in:
Guillaume Gomez 2018-08-12 23:27:02 +02:00 committed by GitHub
commit 34956ac0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}

View File

@ -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;
}