Skip to content

Commit

Permalink
Merge remote-tracking branch 'lemmy/main' into fix/wider-max-width-1536
Browse files Browse the repository at this point in the history
* lemmy/main:
  fix vote button alignment
  Fix feedback on banning an unbanning
  remove icon (LemmyNet#1618)
  Indicate valid and invalid fields in signup form (LemmyNet#1450)
  capitalize button (LemmyNet#1616)
  Move password reset form to separate route, view (LemmyNet#1390)
  feat(UI): Reduce base font size (LemmyNet#1591)
  Fix: missing semantic css classes and html elements (LemmyNet#1583)
  • Loading branch information
jsit committed Jun 26, 2023
2 parents 20d54a7 + 25cd564 commit d62424d
Show file tree
Hide file tree
Showing 20 changed files with 466 additions and 337 deletions.
1 change: 0 additions & 1 deletion src/assets/css/themes/_variables.darkly.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ $yiq-contrasted-threshold: 175;
$font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
$font-size-base: 0.9375rem;
$h1-font-size: 3rem;
$h2-font-size: 2.5rem;
$h3-font-size: 2rem;
Expand Down
1 change: 1 addition & 0 deletions src/assets/css/themes/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
$link-decoration: none;
$min-contrast-ratio: 3;
$font-size-base: 0.875rem;
82 changes: 41 additions & 41 deletions src/assets/css/themes/darkly-compact.css

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

0 comments on commit d62424d

Please sign in to comment.