1
Fork 0

rust.css: Make it more clear when code spans are links

This commit is contained in:
Keegan McAllister 2014-09-04 10:13:18 -07:00
parent 49fcb27df6
commit c8bdba77fc

View 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; }