File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -989,7 +989,6 @@ fn render_assoc_item(
989989
990990const ALLOWED_ATTRIBUTES : & [ Symbol ] = & [
991991 sym:: export_name,
992- sym:: lang,
993992 sym:: link_section,
994993 sym:: must_use,
995994 sym:: no_mangle,
Original file line number Diff line number Diff line change @@ -969,6 +969,10 @@ a.test-arrow:hover{
969969 color : inherit;
970970}
971971
972+ .code-attribute {
973+ font-weight : 300 ;
974+ }
975+
972976.collapse-toggle {
973977 font-weight : 300 ;
974978 position : absolute;
Original file line number Diff line number Diff line change @@ -330,7 +330,8 @@ a.test-arrow:hover {
330330 color : # c5c5c5 ;
331331}
332332
333- .toggle-label {
333+ .toggle-label ,
334+ .code-attribute {
334335 color : # 999 ;
335336}
336337
Original file line number Diff line number Diff line change @@ -275,7 +275,8 @@ a.test-arrow:hover{
275275 background-color : # 4e8bca ;
276276}
277277
278- .toggle-label {
278+ .toggle-label ,
279+ .code-attribute {
279280 color : # 999 ;
280281}
281282
Original file line number Diff line number Diff line change @@ -268,7 +268,8 @@ a.test-arrow:hover{
268268 background-color : # 4e8bca ;
269269}
270270
271- .toggle-label {
271+ .toggle-label ,
272+ .code-attribute {
272273 color : # 999 ;
273274}
274275
You can’t perform that action at this time.
0 commit comments