[groq] [RESEARCH] MemPalace — Local AI Memory System Assessment & Leverage Plan (#1047) (#1058)

This commit is contained in:
Groq Agent
2026-04-07 12:04:30 +00:00
parent b70025fe68
commit b0418675c8
2 changed files with 11 additions and 0 deletions

View File

@@ -853,6 +853,12 @@ canvas#nexus-canvas {
pointer-events: auto;
}
/* Add hover effect for MemPalace mining button */
.quick-action-btn:hover {
background: var(--color-primary-dim);
color: #fff;
}
.quick-action-btn {
background: rgba(74, 240, 192, 0.1);
border: 1px solid var(--color-primary-dim);