We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dcecf commit e1e991dCopy full SHA for e1e991d
src/librustdoc/html/static/themes/main.css
@@ -189,6 +189,10 @@ a.test-arrow {
189
.stab.deprecated { background: #F3DFFF; border-color: #7F0087; }
190
.stab.portability { background: #C4ECFF; border-color: #7BA5DB; }
191
192
+.module-item .stab {
193
+ color: #000;
194
+}
195
+
196
#help > div {
197
background: #e9e9e9;
198
border-color: #bfbfbf;
0 commit comments