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.

timer.css 335B

12345678910111213141516171819202122232425
  1. body {
  2. font-size: 1em;
  3. color: #2F2F2F;
  4. }
  5. .current_element {
  6. color: black;
  7. text-decoration: underline;
  8. }
  9. #rest_time {
  10. font-size: 1.25em;
  11. color: black;
  12. font-weight: bold;
  13. }
  14. input {
  15. font-size: 1.25em;
  16. /*background-color: white;*/
  17. border-radius: .5em;
  18. }
  19. #element_title {
  20. font-weight: bold;
  21. }