| 12345678910111213141516171819202122232425 |
- body {
- font-size: 1em;
- color: #2F2F2F;
- }
-
- .current_element {
- color: black;
- text-decoration: underline;
- }
-
- #rest_time {
- font-size: 1.25em;
- color: black;
- font-weight: bold;
- }
-
- input {
- font-size: 1.25em;
- /*background-color: white;*/
- border-radius: .5em;
- }
-
- #element_title {
- font-weight: bold;
- }
|