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

59 lines
932 B
CSS
Raw Normal View History

2022-07-14 00:25:11 -05:00
body {
font-size: 14px;
}
@media (min-width: 960px) {
2023-04-05 07:44:37 -05:00
.main .name, .main .text {
2022-07-14 00:25:11 -05:00
font-size: 52px !important;
}
}
.custom-block.info {
background-color: #3B4252;
}
2022-03-02 19:28:57 -06:00
.custom-block.warning {
2023-04-09 21:40:12 -05:00
background-color: #3B4252;
border-color: #EBCB8B;
}
.custom-block.warning > .custom-block-title {
color: #EBCB8B;
}
.custom-block.warning > :not(.custom-block-title) {
color: var(--vp-custom-block-info-text);
2022-03-02 19:28:57 -06:00
}
2022-03-08 00:26:33 -06:00
2022-07-14 00:25:11 -05:00
.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);
2022-03-08 00:26:33 -06:00
}
2022-03-08 01:03:11 -06:00
2022-07-14 00:25:11 -05:00
.content,
.VPNav.no-sidebar {
background: var(--vp-c-bg) !important;
2022-03-10 20:30:55 -06:00
}
2022-07-14 21:59:46 -05:00
.VPNavBar {
border-bottom: 0 !important;
}
2022-07-14 00:25:11 -05:00
.vp-doc :not(pre) > code {
color: var(--vp-c-text-light-1);
background-color: var(--vp-code-block-bg);
2022-03-10 20:30:55 -06:00
}
2023-04-12 18:41:44 -05:00
.vp-doc h3 + h4 {
margin-top: 16px;
}
.VPSocialLink > svg {
width: 30px !important;
}