File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ pre {
127
127
.content .highlighted .primitive { background-color : # 00708a ; }
128
128
129
129
.content span .enum , .content a .enum , .block a .current .enum { color : # 82b089 ; }
130
- .content span .struct , .content a .struct , .block a .current .struct { color : # ff794d ; }
130
+ .content span .struct , .content a .struct , .block a .current .struct { color : # 2dbfb8 ; }
131
131
.content span .type , .content a .type , .block a .current .type { color : # ff7f00 ; }
132
132
.content span .foreigntype , .content a .foreigntype , .block a .current .foreigntype { color : # dd7de8 ; }
133
133
.content span .macro , .content a .macro , .block a .current .macro { color : # 09bd00 ; }
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ pre {
130
130
.content .highlighted .primitive { background-color : # 9aecff ; }
131
131
132
132
.content span .enum , .content a .enum , .block a .current .enum { color : # 508157 ; }
133
- .content span .struct , .content a .struct , .block a .current .struct { color : # df3600 ; }
133
+ .content span .struct , .content a .struct , .block a .current .struct { color : # 2dbfb8 ; }
134
134
.content span .type , .content a .type , .block a .current .type { color : # ba5d00 ; }
135
135
.content span .foreigntype , .content a .foreigntype , .block a .current .foreigntype { color : # cd00e2 ; }
136
136
.content span .macro , .content a .macro , .block a .current .macro { color : # 068000 ; }
You can’t perform that action at this time.
0 commit comments