Skip to content

Commit

Permalink
feat: Update code snippet bottom bar to use abstract color vars
Browse files Browse the repository at this point in the history
jerelmiller committed Jun 23, 2020
1 parent 603df66 commit 707d357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CodeSnippet.module.scss
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
display: flex;
justify-content: space-between;
align-items: center;
background: var(--color-neutrals-200);
background: var(--tertiary-background-color);
padding: 0 1rem;
}

@@ -47,7 +47,7 @@

.copyButton {
font-size: 0.75rem;
color: var(--color-brand-800);
color: var(--link-color);
background: none;
border: none;
outline: none;

0 comments on commit 707d357

Please sign in to comment.