Add tagline 'See the Invisible' to branding

Update browser titles and headers across all pages with the new
tagline. Add 'Signal Intelligence Platform' as subtitle.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-08 20:55:30 +00:00
parent e719e32c73
commit ebb1e233d8
4 changed files with 20 additions and 7 deletions

View File

@@ -269,6 +269,19 @@ header p {
margin: 4px 0 8px 0;
}
header p.subtitle {
font-size: 10px;
color: var(--text-secondary);
margin: 0 0 8px 0;
}
header h1 .tagline {
font-weight: 400;
color: var(--accent-cyan, #00d4ff);
font-size: 0.6em;
opacity: 0.9;
}
/* Header stat badges */
.header-stats {
display: flex;