mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
35 lines
477 B
CSS
35 lines
477 B
CSS
.dark [img-light] {
|
|
display: none;
|
|
}
|
|
|
|
html:not(.dark) [img-dark] {
|
|
display: none;
|
|
}
|
|
|
|
details summary {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.vp-doc [class*="language-"] code {
|
|
color: var(--vp-c-text-1)
|
|
}
|
|
|
|
.VPHomeHero .image-src {
|
|
max-width: 112px;
|
|
max-height: 112px;
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
.VPHomeHero .image-src {
|
|
max-width: 144px;
|
|
max-height: 144px;
|
|
}
|
|
}
|
|
|
|
@media (min-width:960px) {
|
|
.VPHomeHero .image-src {
|
|
max-width: 176px;
|
|
max-height: 176px;
|
|
}
|
|
}
|