File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 165
165
color : # ddd ;
166
166
}
167
167
168
- .docblock a : not (.srclink ) : not (. test-arrow ) , . docblock-short a : not (.srclink ): not (.test-arrow ),
169
- .stability a {
168
+ .docblock : not (.type-decl ) a : not (.srclink ): not (.test-arrow ), . docblock-short
169
+ a : not (. srclink ) : not (. test-arrow ) , .stability a {
170
170
color : # D2991D ;
171
171
}
172
172
Original file line number Diff line number Diff line change 165
165
color : # 000 ;
166
166
}
167
167
168
- .docblock a : not (.srclink ) : not (. test-arrow ) , . docblock-short a : not (.srclink ): not (.test-arrow ),
169
- .stability a {
168
+ .docblock : not (.type-decl ) a : not (.srclink ): not (.test-arrow ), . docblock-short
169
+ a : not (. srclink ) : not (. test-arrow ) , .stability a {
170
170
color : # 3873AD ;
171
171
}
172
172
You can’t perform that action at this time.
0 commit comments