mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -06:00
Fix code block text sizing on mobile safari
This commit is contained in:
parent
23f86d5982
commit
0744af717d
@ -136,6 +136,8 @@
|
||||
|
||||
html {
|
||||
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 {
|
||||
font-family: var(--font-mono);
|
||||
|
Loading…
Reference in New Issue
Block a user