aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss9
1 files changed, 9 insertions, 0 deletions
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;
+ }
}