Skip to content

Commit

Permalink
Tidy some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Jul 31, 2023
1 parent 1a55ff2 commit 6d5db16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/demo/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {
align-items: center;
display: flex;
flex-direction: column;
font-family: system-ui;
font-family: system-ui, sans-serif;
height: 100%;
justify-content: center;
text-align: center;
Expand Down Expand Up @@ -67,7 +67,7 @@ ul {
}

small {
color: var(--color-dark-grey);
color: var(--color-light-grey);
}

.container {
Expand Down

0 comments on commit 6d5db16

Please sign in to comment.