2022-07-16 12:04:51 +02:00
|
|
|
:root {
|
|
|
|
--vp-code-font-size: 0.9375rem;
|
|
|
|
}
|
2022-07-17 11:05:02 +02:00
|
|
|
|
|
|
|
:where(details summary) {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prev-next a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-07-29 17:21:46 +02:00
|
|
|
|
|
|
|
.VPPage {
|
|
|
|
max-inline-size: 70ch;
|
|
|
|
margin-inline: auto;
|
|
|
|
}
|