1c7c76c445
sidebar update code camp content about page
21 lines
239 B
CSS
21 lines
239 B
CSS
:root {
|
|
--vp-code-font-size: 0.9375rem;
|
|
}
|
|
|
|
:where(details summary) {
|
|
cursor: pointer;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.prev-next a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.VPPage {
|
|
max-inline-size: 70ch;
|
|
margin-inline: auto;
|
|
}
|