Skip to content

Commit

Permalink
fix: adjust webmanifest location, improve accessibility for Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderscheibler committed Nov 2, 2024
1 parent 66c7afb commit 9a951ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
--background-end-rgb: 0, 0, 0;
}

@supports (font: -apple-system-body) {
html {
/* Enable dynamic text sizing on Apple devices for accessibility */
font: -apple-system-body;
}
}

body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
Expand Down
File renamed without changes.

0 comments on commit 9a951ac

Please sign in to comment.