Websocket clock server web interface written in ReactJS/TypeScript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.css 126B

12345678910
  1. #root {
  2. }
  3. button {
  4. border-radius: 10px;
  5. background-color: #DDD;
  6. color: #555;
  7. border-style: solid;
  8. border-color: #CCC;
  9. }