diff options
author | Adam Spiers <github@adamspiers.org> | 2016-04-16 17:10:58 +0100 |
---|---|---|
committer | Adam Spiers <github@adamspiers.org> | 2017-04-20 15:18:15 +0100 |
commit | 89b0c5a8d04e347492ce7dd28fdb1305c6b5724a (patch) | |
tree | 8e34257fdafc10c8f34e77145dd75097d7c1a36a /plugin | |
parent | a161acaba93378573237e8764e3ffa1ed62ecee1 (diff) | |
download | fosdem-2018-presentation-89b0c5a8d04e347492ce7dd28fdb1305c6b5724a.tar fosdem-2018-presentation-89b0c5a8d04e347492ce7dd28fdb1305c6b5724a.tar.gz |
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.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/notes/notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |