app.css 392 B

12345678910111213141516
  1. /*Stylesheet*/
  2. BODY, HTML
  3. {
  4. -webkit-tap-highlight-color: rgba(0,0,0,0);
  5. -webkit-touch-callout: none;
  6. -webkit-text-size-adjust: none;
  7. -webkit-user-select: none;
  8. margin: 0;
  9. padding: 0;
  10. font-family: Arial, Verdana, sans-serif;
  11. font-size: 12px;
  12. font-weight: normal;
  13. color: #ccc;
  14. background-color: #000000;
  15. }