diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index abfc20c..f8e7f70 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -95,6 +95,28 @@ .error code { font-family: monospace; } + .time { + text-align: center; + } + .elapsed, .clock { + color: #333; + font-size: 2em; + text-align: center; + display: inline-block; + padding: 0.5em; + background-color: #eee; + border-radius: 10px; + } + .elapsed h2, .clock h2 { + font-size: 0.8em; + line-height: 100%; + margin: 0; + color: #aaa; + } + .elapsed .mute { + color: #ddd; + } + @@ -108,10 +130,24 @@ UPCOMING: +
+
+

Time

+ 0:00:00 AM +
+
+

Elapsed

+ 00:00:00 +
+