style(frontend): „ROA Space" colorat cu accentul temei în antetul landing

Titlul din antetul landing-ului și al paginilor legale folosește acum
culoarea de brand (accentul temei active), lângă siglă, în loc de text
închis.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-07-10 18:40:50 +00:00
parent 86909808dd
commit 9bf407b841
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ const { theme, themeLabel, cycleTheme } = useLandingTheme()
.brand-text { display: flex; flex-direction: column; gap: 1px; line-height: 1.1; } .brand-text { display: flex; flex-direction: column; gap: 1px; line-height: 1.1; }
.brand-word { .brand-word {
font-family: var(--font-mark); font-weight: 700; font-size: 18px; font-family: var(--font-mark); font-weight: 700; font-size: 18px;
letter-spacing: -0.01em; color: var(--text-strong); letter-spacing: -0.01em; color: var(--brand);
} }
.brand-sub { font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.02em; color: var(--text-subtle); } .brand-sub { font-size: 0.6875rem; font-weight: 500; letter-spacing: 0.02em; color: var(--text-subtle); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; } .nav-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }

View File

@@ -369,7 +369,7 @@ const selectedLabel = computed(() => {
font-weight: 700; font-weight: 700;
font-size: 18px; font-size: 18px;
letter-spacing: -0.01em; letter-spacing: -0.01em;
color: var(--text-strong); color: var(--brand);
} }
.brand-sub { .brand-sub {
font-size: 0.6875rem; font-size: 0.6875rem;