docs: Update inline code in articles to be grey instead of green

This commit is contained in:
Jennifer Shehane
2017-06-05 13:07:07 -04:00
parent 73f0146fcc
commit d1ed5a4770
3 changed files with 8 additions and 5 deletions

View File

@@ -1,14 +1,17 @@
code {
margin: 0;
padding: 0;
border: 0;
padding: 3px 4px;
border: 1px solid #f4f4f4;
outline: 0;
font-weight: 600;
font-family: inherit;
font-size: 0.9em;
vertical-align: baseline;
color: #46af91;
color: $highlight-foreground;
// color: #ea436d;
font-family: $font-mono;
background-color: $highlight-background;
border-radius: 3px;
}
a code {

View File

@@ -142,7 +142,7 @@
}
tr:nth-child(2n) {
background: #f6f7f9;
background: #fafafb;
}
}

View File

@@ -19,7 +19,7 @@ $color-background: #24262F;
$highlight-background: #f7f7f7;
$highlight-current-line: #efefef;
$highlight-selection: #d6d6d6;
$highlight-foreground: #43474a;
$highlight-foreground: #4a585d;
$highlight-comment: #999;
$highlight-red: #c92c2c;
$highlight-orange: #cc8300;