fix: cluster view header styling

This commit is contained in:
2025-10-14 23:00:45 +02:00
parent 2cc62d1ee2
commit 39eae6562c
3 changed files with 7 additions and 8 deletions

View File

@@ -108,8 +108,7 @@ p {
padding: 0.4rem 0.75rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 6px;
border: 1px solid var(--border-primary);
backdrop-filter: var(--backdrop-blur);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.primary-node-label {