2022-10-05 04:19:22 +00:00
|
|
|
:root {
|
2024-06-15 17:03:00 +00:00
|
|
|
--vp-font-family-base: Inter;
|
|
|
|
--vp-font-family-mono: Roboto Mono;
|
2022-10-05 04:19:22 +00:00
|
|
|
}
|
|
|
|
|
2024-06-15 17:15:21 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: Inter;
|
|
|
|
font-display: block;
|
|
|
|
}
|
|
|
|
|
2022-10-05 04:19:22 +00:00
|
|
|
.main .name .clip {
|
2024-06-15 17:03:00 +00:00
|
|
|
font-family: Pacifico;
|
2024-06-06 04:37:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2024-06-06 05:00:23 +00:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|