about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-08-02 23:09:41 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2017-08-02 23:09:41 +0200
commit971ef720248564c6a8f5ffde90398f931ed210d5 (patch)
tree28c06461e7c2edc834c8e96011afb294f5883df4 /src
parent1072891b7650f4c4d687ef8032d29638ef5b8f85 (diff)
downloadrust-971ef720248564c6a8f5ffde90398f931ed210d5.tar.gz
rust-971ef720248564c6a8f5ffde90398f931ed210d5.zip
Improve functions
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/styles/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/styles/main.css b/src/librustdoc/html/static/styles/main.css
index 53141142867..2989d170b07 100644
--- a/src/librustdoc/html/static/styles/main.css
+++ b/src/librustdoc/html/static/styles/main.css
@@ -109,7 +109,7 @@ pre {
 .content span.fn, .content a.fn, .block a.current.fn,
 .content span.method, .content a.method, .block a.current.method,
 .content span.tymethod, .content a.tymethod, .block a.current.tymethod,
-.content .fnname { color: #8c6067; }
+.content .fnname { color: #546e8a; }
 
 pre.rust .comment { color: #8E908C; }
 pre.rust .doccomment { color: #4D4D4C; }