Add accent color to card title and badge icons, remove subtab separator

- Color SVG icons in card titles (.card-title, .template-name) with accent
- Color SVG icons in property badges (.stream-card-prop, .card-meta) with accent
- Revert badge icon to white on crosslink hover
- Remove border-bottom separator from subtab bar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 16:19:38 +03:00
parent c262ec0775
commit 46a2ebf61e
2 changed files with 8 additions and 0 deletions

View File

@@ -79,6 +79,10 @@
color: var(--text-color);
}
.template-name > .icon {
color: var(--primary-text-color);
}
.badge {
padding: 4px 8px;
border-radius: 4px;