rust.css: Make it more clear when code spans are links
This commit is contained in:
parent
49fcb27df6
commit
c8bdba77fc
1 changed files with 4 additions and 0 deletions
|
@ -213,6 +213,10 @@ pre code {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a > code {
|
||||||
|
color: #428BCA;
|
||||||
|
}
|
||||||
|
|
||||||
/* Code highlighting */
|
/* Code highlighting */
|
||||||
pre.rust .kw { color: #8959A8; }
|
pre.rust .kw { color: #8959A8; }
|
||||||
pre.rust .kw-2, pre.rust .prelude-ty { color: #4271AE; }
|
pre.rust .kw-2, pre.rust .prelude-ty { color: #4271AE; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue