Skip to content

Commit

Permalink
print: increase font-size from 15px to 17px, to improve readabi…
Browse files Browse the repository at this point in the history
…lity.
  • Loading branch information
eddyb committed Jun 18, 2023
1 parent 5a27d6d commit a5c6ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/print/multiversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl Versions<pretty::FragmentPostLayout> {
}
SCOPE>tbody>tr>th {
/* HACK(eddyb) these are relative to `pretty`'s own HTML styles. */
font-size: 17px;
font-size: 19px;
font-weight: 700;
font-style: italic;
Expand Down
2 changes: 1 addition & 1 deletion src/print/pretty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ impl<'a> FromInternalIterator<TextOp<'a>> for HtmlSnippet {
margin: 1ch;
/* HACK(eddyb) avoid unnecessarily small or thin text. */
font-size: 15px;
font-size: 17px;
font-weight: 500;
}
SCOPE a {
Expand Down

0 comments on commit a5c6ca8

Please sign in to comment.