64
64
background-color : # f6fdb0 !important ;
65
65
}
66
66
67
- : target { background : # FDFFD3 ; }
68
- .content .highlighted {
69
- color : # 000 !important ;
70
- background-color : # ccc ;
71
- }
72
- .content .highlighted a , .content .highlighted span { color : # 000 !important ; }
73
- .content .highlighted .trait { background-color : # fece7e ; }
74
- .content .highlighted .mod { background-color : # afc6e4 ; }
75
- .content .highlighted .enum { background-color : # b4d1b9 ; }
76
- .content .highlighted .struct { background-color : # e7b1a0 ; }
77
- .content .highlighted .fn { background-color : # c6afb3 ; }
78
- .content .highlighted .method { background-color : # c6afb3 ; }
79
- .content .highlighted .tymethod { background-color : # c6afb3 ; }
80
- .content .highlighted .type { background-color : # c6afb3 ; }
81
-
82
67
.docblock h1 , .docblock h2 , .docblock h3 , .docblock h4 , .docblock h5 {
83
68
border-bottom-color : # DDD ;
84
69
}
@@ -97,13 +82,42 @@ pre {
97
82
border-bottom-color : # ddd ;
98
83
}
99
84
100
- .content span .primitive , .content a .primitive , .block a .current .primitive { color : # 39a7bf ; }
85
+ : target { background : # FDFFD3 ; }
86
+ .content .highlighted {
87
+ color : # 000 !important ;
88
+ background-color : # ccc ;
89
+ }
90
+ .content .highlighted a , .content .highlighted span { color : # 000 !important ; }
91
+ .content .highlighted .trait { background-color : # c7b6ff ; }
92
+ .content .highlighted .mod ,
93
+ .content .highlighted .externcrate { background-color : # afc6e4 ; }
94
+ .content .highlighted .enum { background-color : # b4d1b9 ; }
95
+ .content .highlighted .struct { background-color : # e7b1a0 ; }
96
+ .content .highlighted .union { background-color : # b7bd49 ; }
97
+ .content .highlighted .fn ,
98
+ .content .highlighted .method ,
99
+ .content .highlighted .tymethod { background-color : # c6afb3 ; }
100
+ .content .highlighted .type { background-color : # ffc891 ; }
101
+ .content .highlighted .macro { background-color : # 8ce488 ; }
102
+ .content .highlighted .constant ,
103
+ .content .highlighted .static { background-color : # c3e0ff ; }
104
+ .content .highlighted .primitive { background-color : # 9aecff ; }
105
+
106
+ .content span .enum , .content a .enum , .block a .current .enum { color : # 508157 ; }
107
+ .content span .struct , .content a .struct , .block a .current .struct { color : # df3600 ; }
108
+ .content span .type , .content a .type , .block a .current .type { color : # ba5d00 ; }
109
+ .content span .macro , .content a .macro , .block a .current .macro { color : # 068000 ; }
110
+ .content span .union , .content a .union , .block a .current .union { color : # 767b27 ; }
111
+ .content span .constant , .content a .constant , .block a .current .constant ,
112
+ .content span .static , .content a .static , .block a .current .static { color : # 546e8a ; }
113
+ .content span .primitive , .content a .primitive , .block a .current .primitive { color : # 2c8093 ; }
101
114
.content span .externcrate ,
102
115
.content span .mod , .content a .mod , .block a .current .mod { color : # 4d76ae ; }
116
+ .content span .trait , .content a .trait , .block a .current .trait { color : # 7c5af3 ; }
103
117
.content span .fn , .content a .fn , .block a .current .fn ,
104
118
.content span .method , .content a .method , .block a .current .method ,
105
119
.content span .tymethod , .content a .tymethod , .block a .current .tymethod ,
106
- .content .fnname { color : # 8c6067 ; }
120
+ .content .fnname { color : # 9a6e31 ; }
107
121
108
122
pre .rust .comment { color : # 8E908C ; }
109
123
pre .rust .doccomment { color : # 4D4D4C ; }
@@ -130,8 +144,6 @@ a.test-arrow {
130
144
color : # f5f5f5 ;
131
145
}
132
146
133
- .content span .trait , .content a .trait , .block a .current .trait { color : # 7c5af3 ; }
134
-
135
147
.search-input {
136
148
color : # 555 ;
137
149
box-shadow : 0 0 0 1px # e0e0e0, 0 0 0 2px transparent;
0 commit comments