add rule for colorizing <code> inside <a>
This commit is contained in:
parent
8c9bb3868b
commit
d3780e0a47
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ pre {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
code {
|
||||||
|
color: $link-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
//-code {
|
//-code {
|
||||||
// white-space: pre-wrap;
|
// white-space: pre-wrap;
|
||||||
// @extend %code-font;
|
// @extend %code-font;
|
||||||
|
|
Loading…
Reference in a new issue