Fix flowchart border on website (#355)

This fixes #345
This commit is contained in:
Hendrik Kleinwaechter
2024-05-03 23:37:42 +02:00
committed by GitHub
parent 52a35bb61d
commit 2d0e0b2d73
2 changed files with 7 additions and 1 deletions

View File

@@ -480,6 +480,10 @@ nav.TOC span:hover, nav.TOC span:hover *, nav.TOC span.chapterToc.selected, nav.
p.flowchart-image-wrapper {
background: white;
padding: 20px;
border-radius: var(--border-radius);
border: 2px solid var(--c-black);
display: flex;
justify-content: center;
}
.menu-items .menu-group:last-of-type .menu-arrow {