From f9f1de898799c97bc25ca6e5ededcf88eecfb0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Fri, 24 Nov 2023 01:53:52 +0100 Subject: [PATCH] make SVGRect a little less brutal --- ui/src/components/calendar/SVGRect.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/calendar/SVGRect.vue b/ui/src/components/calendar/SVGRect.vue index 84086a0..5245d57 100644 --- a/ui/src/components/calendar/SVGRect.vue +++ b/ui/src/components/calendar/SVGRect.vue @@ -8,7 +8,7 @@ >
@@ -72,7 +72,7 @@ foreignObject > div { &.visible, &:hover { - border-width: 3px; + border-width: 2px; border-style: solid; @each $name, $color in $advent22-colors {