MediaWiki:Mobile.css

Материал из Enduro.team
Перейти к: навигация, поиск
body {
    font: -apple-system-body; 👈 for iOS browsers only
    font-family: 'Helvetica Neue','Helvetica','Nimbus Sans L','Arial','Liberation Sans',sans-serif;
    line-height: 1.4;
    color: #222222;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0.2);
}