diff options
Diffstat (limited to 'design/design.css')
-rw-r--r-- | design/design.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/design/design.css b/design/design.css index ddf597b..a1a8ce7 100644 --- a/design/design.css +++ b/design/design.css @@ -54,6 +54,10 @@ h1 { width: 100px; } +.timer > button.restart { + border: none; +} + .timer > button.stop { border: none; } |