dark mode

This commit is contained in:
Ulf Gebhardt 2026-03-11 15:27:03 +01:00
parent 8115017568
commit f2dfaac4f5
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -359,7 +359,7 @@ const connectorStyle = (index) => {
strong.roadmap-content-title {
font-size: 1.15em;
font-weight: 800;
color: var(--vp-c-text-1, #213547);
color: var(--vp-c-text);
}
.roadmap-content-badge {
@ -389,7 +389,8 @@ strong.roadmap-content-title {
.roadmap-content-description {
margin: 6px 0 0 0;
font-size: 0.9em;
color: var(--vp-c-text-2, #666);
color: var(--vp-c-text);
opacity: 0.75;
line-height: 1.6;
}