File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,12 +184,12 @@ a.test-arrow {
184184 color : # ddd ;
185185}
186186
187- .stab .unstable {background : # FFF5D6 ; border-color : # FFC600 ; color : # 2f2f2f ; }
187+ .stab .unstable { background : # FFF5D6 ; border-color : # FFC600 ; color : # 2f2f2f ; }
188188.stab .internal { background : # FFB9B3 ; border-color : # B71C1C ; color : # 2f2f2f ; }
189189.stab .deprecated { background : # F3DFFF ; border-color : # 7F0087 ; color : # 2f2f2f ; }
190190.stab .portability { background : # C4ECFF ; border-color : # 7BA5DB ; color : # 2f2f2f ; }
191191
192- .stab > code {
192+ .stab . portability > code {
193193 color : # ddd ;
194194}
195195
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ a.test-arrow {
190190.stab .deprecated { background : # F3DFFF ; border-color : # 7F0087 ; }
191191.stab .portability { background : # C4ECFF ; border-color : # 7BA5DB ; }
192192
193- .stab > code {
193+ .stab . portability > code {
194194 color : # 000 ;
195195}
196196
You can’t perform that action at this time.
0 commit comments