pages/site/.vitepress/theme/custom.css
thepaperpilot e3bff8c07f
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 58s
Fix font flickering
2024-06-15 12:03:00 -05:00

42 lines
564 B
CSS

:root {
--vp-font-family-base: Inter;
--vp-font-family-mono: Roboto Mono;
}
.main .name .clip {
font-family: Pacifico;
}
.title {
justify-content: center;
}
.title span {
font-family: Pacifico;
font-size: x-large;
}
.search {
flex-grow: 1;
padding-left: 0;
display: block;
}
.DocSearch-Button {
margin: auto;
width: unset;
}
ul > li > ul {
position: relative;
}
ul > li > ul::before {
position: absolute;
content: "";
width: 2px;
height: 100%;
background: var(--vp-c-text-1);
opacity: 0.3;
left: -16px;
}