Style inline code inside a link to look more like a normal link

Fixes #448.

(imported from commit 02f538a9d3fb43539640e77b2e194ac2de611c18)
This commit is contained in:
Keegan McAllister 2012-11-27 13:14:05 -05:00
parent ed1eff9bfa
commit d1aa92c983
1 changed files with 12 additions and 0 deletions

View File

@ -15,6 +15,18 @@ pre code {
white-space: pre;
}
/* Style inline code inside a link
to look more like a normal link */
a code {
color: #08C;
border-color: #08C;
}
a:hover code {
color: #005580;
border-color: #005580;
}
.sidebar-nav {
background-color: white;
padding: 0.5em;