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:
@@ -164,7 +164,7 @@ const { theme, themeLabel, cycleTheme } = useLandingTheme()
|
||||
.brand-text { display: flex; flex-direction: column; gap: 1px; line-height: 1.1; }
|
||||
.brand-word {
|
||||
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); }
|
||||
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
|
||||
|
||||
@@ -369,7 +369,7 @@ const selectedLabel = computed(() => {
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
letter-spacing: -0.01em;
|
||||
color: var(--text-strong);
|
||||
color: var(--brand);
|
||||
}
|
||||
.brand-sub {
|
||||
font-size: 0.6875rem;
|
||||
|
||||
Reference in New Issue
Block a user