File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,10 @@ a.test-arrow {
189
189
.stab .deprecated { background : # F3DFFF ; border-color : # 7F0087 ; color : # 2f2f2f ; }
190
190
.stab .portability { background : # C4ECFF ; border-color : # 7BA5DB ; color : # 2f2f2f ; }
191
191
192
+ .stab > code {
193
+ color : # ddd ;
194
+ }
195
+
192
196
# help > div {
193
197
background : # 4d4d4d ;
194
198
border-color : # bfbfbf ;
Original file line number Diff line number Diff line change @@ -190,6 +190,10 @@ a.test-arrow {
190
190
.stab .deprecated { background : # F3DFFF ; border-color : # 7F0087 ; }
191
191
.stab .portability { background : # C4ECFF ; border-color : # 7BA5DB ; }
192
192
193
+ .stab > code {
194
+ color : # 000 ;
195
+ }
196
+
193
197
# help > div {
194
198
background : # e9e9e9 ;
195
199
border-color : # bfbfbf ;
You can’t perform that action at this time.
0 commit comments