Added text size adjusters for mobile font sizing. (#556)

This commit is contained in:
Jorge Sepulveda 2025-04-23 14:09:27 -07:00 committed by GitHub
parent 2cbfdf00f6
commit 855bbc2f09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,10 @@ pre code {
code {
color: var(--accent);
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.highlight {