| 1234567891011121314151617181920212223242526 |
- 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.1em;
- border-radius: .5em;
- border: 1px dotted;
- width: 6em;
- }
-
- #element_title {
- font-weight: bold;
- }
|