]> git.lizzy.rs Git - rust.git/commitdiff
rust.css: Make it more clear when code spans are links
authorKeegan McAllister <kmcallister@mozilla.com>
Thu, 4 Sep 2014 17:13:18 +0000 (10:13 -0700)
committerKeegan McAllister <kmcallister@mozilla.com>
Wed, 1 Oct 2014 19:12:56 +0000 (12:12 -0700)
src/doc/rust.css

index 9713ce5fcf6c8ca6c01ed16d7752e2b97769b05d..cf7e74e34301d1bd0eb3290debe47d004184f38b 100644 (file)
@@ -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; }