Skip to content

Commit

Permalink
Merge pull request #389 from marp-team/webkit-text-size-adjust
Browse files Browse the repository at this point in the history
Add `-webkit-text-size-adjust: 100%;` to the scaffold theme
  • Loading branch information
yhatt authored May 17, 2024
2 parents 5645028 + 11dbcbb commit efa3c3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Drop support against end-of-lifed Node.js versions (v16 and earlier) ([#291](https://github.com/marp-team/marpit/issues/291), [#380](https://github.com/marp-team/marpit/pull/380))

### Added

- Add `-webkit-text-size-adjust: 100%;` to the scaffold theme ([#389](https://github.com/marp-team/marpit/pull/389))

### Removed

- Deprecated color setting shorthand via Markdown image syntax ([#331](https://github.com/marp-team/marpit/issues/331), [#379](https://github.com/marp-team/marpit/pull/379))
Expand Down
3 changes: 3 additions & 0 deletions src/theme/scaffold.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ section {
position: relative;
scroll-snap-align: center center;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
section::after {
Expand Down

0 comments on commit efa3c3a

Please sign in to comment.