Difference between revisions of "MediaWiki:Mobile.css"
(Полностью удалено содержимое страницы) |
|||
| Line 1: | Line 1: | ||
| − | + | 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); | ||
| + | } | ||
Revision as of 18:02, 3 February 2019
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);
}