Style second brain graph like live cluster map
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user