From c8bdba77fca16ebf5ad6c63a37a8dd8fd2afda8e Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 4 Sep 2014 10:13:18 -0700 Subject: [PATCH] rust.css: Make it more clear when code spans are links --- src/doc/rust.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/doc/rust.css b/src/doc/rust.css index 9713ce5fcf6..cf7e74e3430 100644 --- a/src/doc/rust.css +++ b/src/doc/rust.css @@ -213,6 +213,10 @@ pre code { color: inherit; } +a > code { + color: #428BCA; +} + /* Code highlighting */ pre.rust .kw { color: #8959A8; } pre.rust .kw-2, pre.rust .prelude-ty { color: #4271AE; }