Skip to content

Commit

Permalink
Reduce font on Android reader mode
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Apr 23, 2024
1 parent 94be12c commit f1d737d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ internal fun readerModeCss(colors: ReaderColors) =
padding-right: 16px;
color: ${colors.textColor};
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 18px;
font-size: 16px;
line-height: 1.5em;
}
figure {
Expand Down

0 comments on commit f1d737d

Please sign in to comment.