Skip to content

Commit

Permalink
Update CSS for ReaderViewContent to use lighter font weight and incre…
Browse files Browse the repository at this point in the history
…ased font size
  • Loading branch information
BumpyClock committed Apr 20, 2024
1 parent 11da1e1 commit dfe5759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ReaderViewContent/ReaderViewContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
.reader-view-page-content p{
font-family: var(--font-family);
line-height: 2.33;
font-weight: var(--font-weight-medium);
font-size: 1.1rem;
font-weight: var(--font-weight-light);
font-size: 1.2rem;
}

.reader-view-page-text {
Expand Down

0 comments on commit dfe5759

Please sign in to comment.