Doc improvements (#538)

* add dark/light image to doc

* add dark/light image to doc

* add funding info, prepare release v2.1
This commit is contained in:
h44z
2025-10-04 14:17:29 +02:00
committed by GitHub
parent 97b6c398e8
commit 9e6ad98c4e
11 changed files with 121 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
img-comparison-slider {
visibility: hidden;
}
img-comparison-slider [slot='second'] {
display: none;
}
img-comparison-slider.rendered {
visibility: inherit;
}
img-comparison-slider.rendered [slot='second'] {
display: unset;
}