1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 11:37:28 -05:00

Fix code block text sizing on mobile safari

This commit is contained in:
2023-01-24 01:54:27 -06:00
parent 23f86d5982
commit 0744af717d

@ -136,6 +136,8 @@
html { html {
font-family: var(--font-sans); font-family: var(--font-sans);
/* otherwise code block lines have random text sizes on mobile safari */
-webkit-text-size-adjust: none;
} }
pre, code, kbd, samp, textarea { pre, code, kbd, samp, textarea {
font-family: var(--font-mono); font-family: var(--font-mono);