mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
16 lines
270 B
CSS
16 lines
270 B
CSS
@charset "UTF-8";
|
|
html {
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%; }
|
|
|
|
body {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
font: 14px/1.25 "Helvetica Neue", sans-serif; }
|
|
|
|
a {
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|