Skip to content

Commit 7f6a53e

Browse files
committed
Changed color of struct link from #ff794d to #2dbfb8
1 parent 6272b60 commit 7f6a53e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pre {
127127
.content .highlighted.primitive { background-color: #00708a; }
128128

129129
.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; }
131131
.content span.type, .content a.type, .block a.current.type { color: #ff7f00; }
132132
.content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #dd7de8; }
133133
.content span.macro, .content a.macro, .block a.current.macro { color: #09bd00; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pre {
130130
.content .highlighted.primitive { background-color: #9aecff; }
131131

132132
.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; }
134134
.content span.type, .content a.type, .block a.current.type { color: #ba5d00; }
135135
.content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #cd00e2; }
136136
.content span.macro, .content a.macro, .block a.current.macro { color: #068000; }

0 commit comments

Comments
 (0)