Skip to content

Commit

Permalink
increase font sizes on all themes (LemmyNet#2352)
Browse files Browse the repository at this point in the history
* increase font sizes on all themes

* update SCSS variables so auto-gen themes properly in build
  • Loading branch information
iatenine authored Feb 4, 2024
1 parent 140ff82 commit ae5a281
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion src/assets/css/themes/_variables.darkly-pureblack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $font-family-sans-serif:
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol";
$font-size-base: 0.9375rem;
$font-size-base: 1rem;
$h1-font-size: 3rem;
$h2-font-size: 2.5rem;
$h3-font-size: 2rem;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/themes/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$link-decoration: none;
$min-contrast-ratio: 3;
$font-size-root: 93.75%;
$font-size-root: 100%;
2 changes: 1 addition & 1 deletion src/assets/css/themes/darkly-compact.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 42 additions & 42 deletions src/assets/css/themes/darkly-pureblack.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/themes/darkly-red.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/themes/darkly.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/themes/i386.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/themes/litely-compact.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae5a281

Please sign in to comment.