Skip to content

Commit

Permalink
chore: Better line height and color for keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 16, 2020
1 parent 630ff4f commit 2f86c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CodeDef/CodeDef.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.container {
display: block;
line-height: 2rem;
line-height: 2;
}

.identifier {
Expand All @@ -23,7 +23,7 @@
.keyword,
.bracket,
.operator {
color: var(--color-neutrals-500);
color: var(--color-neutrals-600);
}

.block {
Expand Down

0 comments on commit 2f86c62

Please sign in to comment.