Skip to content

Commit c89976e

Browse files
authored
Rollup merge of rust-lang#47806 - PramodBisht:feature/47801, r=steveklabnik
Changed color of struct link from #ff794d to #2dbfb8 for Rust docs This is in reference to rust-lang#47801 here I have changed the default color of struct link for `#ff794d` to `#2dbfb8` cc: @nagisa @timClicks
2 parents 8671f69 + 434bfb1 commit c89976e

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
@@ -130,7 +130,7 @@ pre {
130130
.content .highlighted.primitive { background-color: #00708a; }
131131

132132
.content span.enum, .content a.enum, .block a.current.enum { color: #82b089; }
133-
.content span.struct, .content a.struct, .block a.current.struct { color: #ff794d; }
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: #ff7f00; }
135135
.content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #dd7de8; }
136136
.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: #ad448e; }
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)