website_next: part 5

This commit is contained in:
nym21
2026-07-06 15:54:25 +02:00
parent 3f2a48f248
commit 2207ec1b7e
25 changed files with 1083 additions and 130 deletions
+13
View File
@@ -0,0 +1,13 @@
[data-treemap] {
display: block;
width: 100%;
aspect-ratio: 1;
background: var(--black);
[data-treemap-tile] {
fill: var(--color);
stroke: var(--black);
stroke-width: 1;
vector-effect: non-scaling-stroke;
}
}