style: UI refinements — navbar active state, card shadows, action card borders
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -97,13 +97,13 @@
|
||||
-webkit-backdrop-filter: blur(16px);
|
||||
}
|
||||
.navbar-inner {
|
||||
max-width: 1200px;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 56px;
|
||||
height: 52px;
|
||||
padding: 0 var(--sp-6);
|
||||
gap: var(--sp-6);
|
||||
gap: var(--sp-5);
|
||||
}
|
||||
.navbar-logo {
|
||||
font-weight: 600;
|
||||
@@ -123,19 +123,24 @@
|
||||
flex: 1;
|
||||
}
|
||||
.navbar-link {
|
||||
padding: 6px var(--sp-3);
|
||||
border-radius: var(--radius-sm);
|
||||
font-size: var(--text-base);
|
||||
padding: 5px var(--sp-3);
|
||||
border-radius: var(--radius-md);
|
||||
font-size: var(--text-sm);
|
||||
font-weight: 500;
|
||||
color: var(--text-3);
|
||||
transition: all var(--transition);
|
||||
transition: all 0.15s ease;
|
||||
background: none;
|
||||
border: none;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
.navbar-link:hover { color: var(--text-1); background: var(--card-hover); }
|
||||
.navbar-link.active {
|
||||
color: var(--accent);
|
||||
background: var(--accent-dim);
|
||||
font-weight: 600;
|
||||
}
|
||||
.navbar-link:hover { color: var(--text-1); background: var(--accent-dim); }
|
||||
.navbar-link.active { color: var(--text-1); background: var(--accent-dim); }
|
||||
|
||||
.nav-dropdown { position: relative; }
|
||||
.nav-dropdown-menu {
|
||||
|
||||
Reference in New Issue
Block a user