chore: change partial trust badge color from amber to blue

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 13:41:38 +02:00
parent 60714d0c1f
commit 4d9a9d35d8

View File

@@ -18,7 +18,7 @@
} }
.peer-card.trust-partial { .peer-card.trust-partial {
border-left: 3px solid #ff9800; border-left: 3px solid #42a5f5;
} }
.peer-card.trust-none, .peer-card.trust-none,
@@ -100,8 +100,8 @@
} }
.badge-partial { .badge-partial {
background: #3a2e1b; background: #1b2e3a;
color: #ff9800; color: #42a5f5;
} }
.badge-none { .badge-none {