mirror of
https://github.com/h44z/wg-portal.git
synced 2025-10-04 15:36:18 +00:00
* add dark/light image to doc * add dark/light image to doc * add funding info, prepare release v2.1
16 lines
237 B
CSS
16 lines
237 B
CSS
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;
|
|
}
|