fix: styles

This commit is contained in:
2025-06-09 14:06:25 +02:00
parent c74e80721a
commit 5781f4ba61
7 changed files with 36 additions and 40 deletions

View File

@@ -7,10 +7,10 @@
#legend {
display: flex;
justify-self: center;
gap: 3ch;
* {
margin: 2px;
}
gap: 3ch;
}
.circle {
@@ -28,7 +28,7 @@
@for $n from 1 through 3 {
&:nth-of-type(#{$n})::before {
background-color: nth($list, $n);
background-color: list.nth($list, $n);
}
}
}