mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
21 lines
286 B
CSS
21 lines
286 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: 180px !important;
|
|
max-height: 180px !important;
|
|
}
|