parent
58483bdd2c
commit
0ede0233df
1 changed files with 9 additions and 0 deletions
|
|
@ -5,3 +5,12 @@ pre {
|
|||
white-space: pre;
|
||||
code { white-space: pre; }
|
||||
}
|
||||
|
||||
// For inline-code inside links, let's force the color to the default link
|
||||
// color to make them be recognizable as links.
|
||||
p a {
|
||||
code,
|
||||
pre {
|
||||
color: $link-color;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue