Skip to content

Commit e1e991d

Browse files
Fix experimental text display on default theme
1 parent a0dcecf commit e1e991d

File tree

1 file changed

+4
-0
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/themes/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ a.test-arrow {
189189
.stab.deprecated { background: #F3DFFF; border-color: #7F0087; }
190190
.stab.portability { background: #C4ECFF; border-color: #7BA5DB; }
191191

192+
.module-item .stab {
193+
color: #000;
194+
}
195+
192196
#help > div {
193197
background: #e9e9e9;
194198
border-color: #bfbfbf;

0 commit comments

Comments
 (0)