cours/docs/.vitepress/theme/custom.css

21 lines
239 B
CSS
Raw Normal View History

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;
}
.VPPage {
max-inline-size: 70ch;
margin-inline: auto;
}