mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
17 lines
219 B
CSS
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;
|
|
}
|