Skip to content

Commit

Permalink
feat: Update markdown and guide templates to use abstract color vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 23, 2020
1 parent 26bf15f commit 82c6209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Markdown.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

code {
padding: 0.125rem;
background: var(--color-neutrals-200);
background: var(--tertiary-background-color);
border-radius: 2px;
}

Expand Down
6 changes: 3 additions & 3 deletions src/templates/GuideTemplate.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

code {
padding: 0.125rem;
background: var(--color-neutrals-200);
background: var(--tertiary-background-color);
border-radius: 2px;
}

Expand Down Expand Up @@ -38,7 +38,7 @@

hr {
border: 0;
border-bottom: 1px solid var(--color-neutrals-100);
border-bottom: 1px solid var(--divider-color);
}
}

Expand All @@ -52,7 +52,7 @@
.duration {
display: flex;
align-items: center;
color: var(--color-neutrals-600);
color: var(--secondary-text-color);
}

.clock {
Expand Down

0 comments on commit 82c6209

Please sign in to comment.