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

59 lines
932 B
CSS
Raw Permalink Normal View History

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