Using different color for links inside code blocks.

This commit is contained in:
Siavash Eliasi 2014-06-03 11:58:25 +04:30 committed by Camilla Berglund
parent 30eccfd454
commit ce3ff08932
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -325,10 +325,14 @@ div.fragment,pre.fragment {
color:hsl(60,30%,96%);
}
a.code,a.code:visited,span.preprocessor,span.comment {
span.preprocessor,span.comment {
color:hsl(80,76%,53%);
}
a.code,a.code:visited {
color:hsl(34,100%,60%);
}
span.keyword,span.keywordtype,span.keywordflow {
color:hsl(190,81%,67%);
}