mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Using different color for links inside code blocks.
This commit is contained in:
parent
30eccfd454
commit
ce3ff08932
File diff suppressed because one or more lines are too long
@ -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%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user