custom css + snippets + dep

This commit is contained in:
Nico 2022-07-17 11:05:02 +02:00
parent d1813227b5
commit 50c7e14d1f
4 changed files with 66 additions and 19 deletions

View file

@ -1,3 +1,15 @@
:root {
--vp-code-font-size: 0.9375rem;
}
:where(details summary) {
cursor: pointer;
}
a:hover {
text-decoration: underline;
}
.prev-next a:hover {
text-decoration: none;
}