Skip to content

Commit

Permalink
increase body font size
Browse files Browse the repository at this point in the history
  • Loading branch information
tehn authored May 19, 2023
1 parent 851072b commit 5ec1bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {
background: var(--color-gamma);
color: #fff;
color: var(--color-alpha);
font-size: 0.8em;
font-size: 0.9em;
line-height: 1.2em;
padding: 8px;
}
Expand Down Expand Up @@ -258,4 +258,4 @@ body.explore section {

#no-results {
display: none;
}
}

0 comments on commit 5ec1bc6

Please sign in to comment.