From 89b0c5a8d04e347492ce7dd28fdb1305c6b5724a Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 16 Apr 2016 17:10:58 +0100 Subject: [PATCH] use opacity for muted clock elements This allows us to use different colours for different timers, which will be useful when we add a pacing timer. --- plugin/notes/notes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 2704130..5334d81 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -124,7 +124,7 @@ } .speaker-controls-time span.mute { - color: #bbb; + opacity: 0.3; } .speaker-controls-notes {