make SVGRect a little less brutal

This commit is contained in:
Jörn-Michael Miehe 2023-11-24 01:53:52 +01:00
parent 090da8c679
commit f9f1de8987

View file

@ -8,7 +8,7 @@
>
<div
xmlns="http://www.w3.org/1999/xhtml"
:class="`px-4 is-flex is-align-items-center is-justify-content-center is-size-1 has-text-weight-bold ${extra_classes}`"
:class="`px-2 is-flex is-align-items-center is-justify-content-center is-size-2 has-text-weight-bold ${extra_classes}`"
style="height: inherit"
:title="title"
>
@ -72,7 +72,7 @@ foreignObject > div {
&.visible,
&:hover {
border-width: 3px;
border-width: 2px;
border-style: solid;
@each $name, $color in $advent22-colors {