From 3822b0cdf7eb6a1167b39b33e806a24100d76f86 Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Fri, 20 Jun 2025 13:49:32 +0200 Subject: [PATCH] Enhance detail event box visibility --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 2dec2b7..f57e8ea 100644 --- a/style.css +++ b/style.css @@ -450,6 +450,7 @@ overflow: visible; white-space: nowrap; z-index: 3; + box-shadow: 0 0 4px var(--border-color, rgba(0,255,255,0.9)); } .event-box { display: flex; @@ -486,6 +487,7 @@ font-weight: 600; text-shadow: 0 0 4px var(--border-color, #ff00ff); z-index: 4; + box-shadow: 0 0 4px var(--border-color, rgba(0,255,255,0.9)); } .event-line .event-label.below,