custom.css 370 B

1234567891011121314151617181920212223242526
  1. body {
  2. font-family: "Titillium Web", sans-serif;
  3. font-weight: 400;
  4. font-style: normal;
  5. background-color: #1b1b1b;
  6. color: #e3e3e3;
  7. padding: 0;
  8. margin: 0;
  9. }
  10. .titlebar {
  11. text-align: center;
  12. background-color: #282a2c;
  13. width: 100%;
  14. }
  15. .button-full {
  16. width: 100%;
  17. }
  18. input[type="text"],
  19. input[type="number"] {
  20. color: black;
  21. }