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 681e770..159353c 100644 --- a/design/design.css +++ b/design/design.css @@ -87,6 +87,10 @@ color: #AA2222; } +.timers button.singleRemove { + color: grey; +} + .timer:not(last-child) { margin-bottom: 20px; } |