Added text size adjusters for mobile font sizing. (#556)
This commit is contained in:
parent
2cbfdf00f6
commit
855bbc2f09
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ pre code {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
text-size-adjust: 100%;
|
||||||
|
-ms-text-size-adjust: 100%;
|
||||||
|
-moz-text-size-adjust: 100%;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue