mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Fix code block text sizing on mobile safari
This commit is contained in:
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user