mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
Cross browser: tab-size
This commit is contained in:
parent
320275ff99
commit
b831907b58
9 changed files with 13 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue