Skip to content

Commit 26d124c

Browse files
Invert constant and function color
1 parent 971ef72 commit 26d124c

File tree

1 file changed

+2
-2
lines changed
  • src/librustdoc/html/static/styles

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ pre {
102102
.content span.type, .content a.type, .block a.current.type { color: #ba5d00; }
103103
.content span.macro, .content a.macro, .block a.current.macro { color: #068000; }
104104
.content span.union, .content a.union, .block a.current.union { color: #767b27; }
105-
.content span.constant, .content a.constant, .block a.current.constant { color: #9a6e31; }
105+
.content span.constant, .content a.constant, .block a.current.constant { color: #546e8a; }
106106
.content span.primitive, .content a.primitive, .block a.current.primitive { color: #2c8093; }
107107
.content span.externcrate,
108108
.content span.mod, .content a.mod, .block a.current.mod { color: #4d76ae; }
109109
.content span.fn, .content a.fn, .block a.current.fn,
110110
.content span.method, .content a.method, .block a.current.method,
111111
.content span.tymethod, .content a.tymethod, .block a.current.tymethod,
112-
.content .fnname { color: #546e8a; }
112+
.content .fnname { color: #9a6e31; }
113113

114114
pre.rust .comment { color: #8E908C; }
115115
pre.rust .doccomment { color: #4D4D4C; }

0 commit comments

Comments
 (0)