Convert colors to vars

This commit is contained in:
Patrick Marsceill
2018-11-15 15:12:12 -05:00
parent 94d640b80e
commit 9c70c7f081
11 changed files with 49 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
code {
padding: 0.2em 0.15em;
font-weight: 400;
background-color: $grey-lt-000;
background-color: $code-background-color;
border: $border $border-color;
border-radius: $border-radius;
}
@@ -14,7 +14,7 @@ code {
.highlight {
padding: $sp-3;
margin-bottom: 0;
background-color: $grey-lt-000;
background-color: $code-background-color;
code {
padding: 0;