forked from mirrors/hugo-theme-terminal
Added text size adjusters for mobile font sizing. (#556)
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user