app.css 182 B

12345678910111213
  1. body {
  2. color: #313539;
  3. background-color: #ced8db;
  4. min-width:300px;
  5. }
  6. .keyboard > button {
  7. font-size:4em;
  8. }
  9. .report-row:nth-of-type(odd) {
  10. background: #f5f5f5;
  11. }