graph functionality

This commit is contained in:
2026-08-15 00:51:51 +02:00
parent caa16a0ce8
commit b3afd64769
6 changed files with 79 additions and 9 deletions
+34
View File
@@ -1014,3 +1014,37 @@ body.editor-mode .editor-metadata-row {
fill: #1e2f6d;
stroke: #1e2f6d;
}
/* 0.2.15 context navigation and sticky-anchor correction ---------------- */
.context-link {
color: var(--wiki-link);
font-size: .76rem;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
text-decoration: none;
}
.context-link:hover {
text-decoration: underline;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
scroll-margin-top: 82px;
}
.wiki-graph-node-focus circle {
r: 15px;
fill: #1e2f6d;
stroke: #1e2f6d;
}
.wiki-graph-node-focus text {
font-weight: 700;
}