Make code elements in links display as such

Also adds some minor padding to inline `code` elements.
This commit is contained in:
Robert Speicher 2015-07-31 17:44:16 -04:00
parent 3f84c8a680
commit 1aa1f39248
2 changed files with 5 additions and 1 deletions

View file

@ -70,7 +70,7 @@
font-family: $monospace_font;
white-space: pre;
word-wrap: normal;
padding: 0;
padding: 1px 2px;
}
kbd {

View file

@ -38,6 +38,10 @@ code {
}
}
a > code {
color: $link-color;
}
/**
* Wiki typography
*