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

16 lines
180 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;
}