Style second brain graph like live cluster map

This commit is contained in:
2026-06-05 09:02:39 +02:00
parent 2f61e900b8
commit 51762611c5
2 changed files with 181 additions and 77 deletions

View File

@@ -166,9 +166,10 @@ body {
#graphCanvas{
display:block;
margin: 8px auto 0;
background:#12121a;
border:1px solid #252533;
border-radius: 14px;
background:#02040a;
border:1px solid #172033;
border-radius: 8px;
box-shadow: 0 0 28px rgba(34,211,238,0.08), inset 0 0 42px rgba(124,58,237,0.08);
touch-action: none;
}
@@ -192,6 +193,15 @@ body {
border-color:#6c8af5;
box-shadow:0 0 0 1px rgba(108,138,245,0.18) inset;
}
.graph-mode{
color:#8ef6e4;
font-size:0.78rem;
font-weight:700;
padding: 6px 8px;
border:1px solid #173c42;
background:#07151b;
border-radius: 8px;
}
.graph-legend{
margin: 8px 12px 0;
padding: 10px 12px;