Fix code colors and add support for linked code

This commit is contained in:
Nishanth Shanmugham
2015-12-26 15:41:42 -06:00
parent 45cc9efecd
commit 2e46d6823c
2 changed files with 13 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ code, pre {
code {
/* enclosed by single backtick (`) */
padding: .15em .5em;
color: darken(#d01040, 10%);
border-radius: 2px;
}
@@ -71,6 +70,13 @@ pre code {
font-size: 0.9rem;
}
a code {
color: @accent !important;
&:hover {
text-decoration: underline;
}
}
//
// Body text
//