Files
toon/docs/.vitepress/theme/overrides.css
2025-11-18 07:23:10 +01:00

17 lines
219 B
CSS

.dark [img-light] {
display: none;
}
html:not(.dark) [img-dark] {
display: none;
}
details summary {
cursor: pointer;
}
.VPHomeHero .image-src {
max-width: 180px !important;
max-height: 180px !important;
}