From d7f3ba99ab389f623162bb4bcb3d7a71e52337a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 30 Dec 2019 15:42:31 +0100 Subject: HTML Add current time marker. --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index e418df38..3737b069 100644 --- a/static/style.css +++ b/static/style.css @@ -330,3 +330,10 @@ body { .clock-20 { top: calc(100%/24 * 20); } .clock-22 { top: calc(100%/24 * 22); } .clock-24 { top: calc(100%/24 * 24); } + +.current-time { + width: calc(100% + 2em); + height: 4px; + background: blue; + left: -1em; +} -- cgit v1.2.3