Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: use same link color in linked code blocks as in regular text links
  • Loading branch information
jpersson committed Nov 30, 2015
commit c7bc6d0e8d11e30dc04520c2fe8a34c975beb136
4 changes: 4 additions & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ li code {
padding: 0.2em 0.4em;
}

a code {
color: inherit;
}

span.type {
color: #222;
}
Expand Down