lib/templates/html/header.html [10:18]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
color: #000000;
background: #ffffff;
font-family: 'Open Sans',sans-serif;
padding: 0;
margin: 0;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
lib/templates/html/index.html [18:26]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
body {
color: #000000;
background: #ffffff;
font-family: 'Open Sans',sans-serif;
padding: 0;
margin: 0;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -