mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-20 06:01:12 -06:00
docs: Update inline code in articles to be grey instead of green
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
}
|
||||
|
||||
tr:nth-child(2n) {
|
||||
background: #f6f7f9;
|
||||
background: #fafafb;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user