Remove duplicate property

This commit is contained in:
Lucas Larroche 2021-07-17 09:41:26 +07:00
parent 2097187fef
commit 4fbeb3351d

View file

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