profectus-docs/docs/.vitepress/theme/custom.css

46 lines
738 B
CSS

body {
font-size: 14px;
}
@media (min-width: 960px) {
.name, .text {
font-size: 52px !important;
}
}
.custom-block.info {
background-color: #3B4252;
}
.custom-block.warning {
background-color: #EBCB8B;
}
.vp-doc tr:nth-child(2n),
.vp-doc th {
background-color: var(--vp-c-bg-alt);
}
.vp-doc th,
.vp-doc td {
border: 1px solid var(--vp-c-divider-light);
}
.vp-doc h1:first-child {
position: sticky;
top: 16px;
z-index: 20;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.content,
.VPNav.no-sidebar {
background: var(--vp-c-bg) !important;
}
.vp-doc :not(pre) > code {
color: var(--vp-c-text-light-1);
background-color: var(--vp-code-block-bg);
}