Cross browser: tab-size

This commit is contained in:
Lucas Larroche 2021-10-23 17:44:41 +07:00
parent 320275ff99
commit b831907b58
9 changed files with 13 additions and 5 deletions

View file

@ -33,7 +33,7 @@
html {
-webkit-text-size-adjust: 100%; // 2
-webkit-tap-highlight-color: rgba(0,0,0,0); // 3
-moz-tab-size: 4; // 5
tab-size: 4; // 5
-ms-text-size-adjust: 100%; // 6
background-color: var(--background-color);
color: var(--color);