From 79b9876aa8f3611264be4d665b51051b17c3c8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 Aug 2020 16:41:58 +0200 Subject: Selected event now glows. --- static/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index c1e99479..83b86c59 100644 --- a/static/style.scss +++ b/static/style.scss @@ -31,6 +31,15 @@ html, body { */ display: flex; flex-direction: column; + + .event:target { + box-shadow: + 1em 1em 0.5em gold, + -1em -1em 0.5em gold, + 1em -1em 0.5em gold, + -1em 1em 0.5em gold; + z-index: 1; + } } -- cgit v1.2.3