Skip to content

Commit 971ef72

Browse files
Improve functions
1 parent 1072891 commit 971ef72

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pre {
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: #8c6067; }
112+
.content .fnname { color: #546e8a; }
113113

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

0 commit comments

Comments
 (0)