From 2285ef2a97065a08382fc330695ab8a62b5b989f Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Sun, 22 Mar 2026 22:15:40 +0100 Subject: [PATCH] surround with circle selected day --- app/assets/stylesheets/kluk.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/kluk.css b/app/assets/stylesheets/kluk.css index 3f991a5..1e5cc09 100644 --- a/app/assets/stylesheets/kluk.css +++ b/app/assets/stylesheets/kluk.css @@ -55,7 +55,8 @@ main { } .selected-day { - border: 2px double white; + border-radius: 50%; + box-shadow: 0 0 0 3px white, 0 0 0 5px black; margin: 4px; width: 15px; height: 15px;