M44: harden release integrity and assurance
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
font-synthesis: none;
|
||||
--ink: #0f172a;
|
||||
--ink-soft: #344256;
|
||||
--muted: #657386;
|
||||
--muted: #5d6a7c;
|
||||
--muted-light: #94a0af;
|
||||
--canvas: #f5f7fa;
|
||||
--surface: #ffffff;
|
||||
@@ -140,7 +140,7 @@ a:hover { color: var(--teal); }
|
||||
.demo-badge-close { position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; }
|
||||
.demo-badge-close svg { width: 14px; height: 14px; }
|
||||
#main-content { width: min(1320px, calc(100% - 56px)); margin: 0 auto; padding: 38px 0 64px; flex: 1; }
|
||||
.app-footer { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 0 28px; color: var(--muted); border-top: 1px solid var(--line); font-size: .68rem; }
|
||||
.app-footer { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 0 28px; color: #5f6d80; border-top: 1px solid var(--line); font-size: .68rem; }
|
||||
.mobile-nav, .nav-scrim { display: none; }
|
||||
|
||||
.page { animation: page-in .28s ease both; }
|
||||
@@ -231,7 +231,7 @@ a:hover { color: var(--teal); }
|
||||
.integration-list li:last-child, .recent-list li:last-child { border-bottom: 0; }.integration-list li > div, .recent-list li > div { flex: 1; display: grid; gap: 3px; }
|
||||
.integration-list strong, .recent-list strong { font-size: .73rem; }.integration-list div span, .recent-list div span { color: var(--muted); font-size: .65rem; }
|
||||
.integration-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: var(--radius); color: white; font-size: .58rem; font-weight: 800; letter-spacing: -.04em; }
|
||||
.integration-n8n { background: #e85d36; }.integration-rag { background: #4a4b95; }.integration-mcp { background: #314358; }
|
||||
.integration-n8n { background: #b84424; }.integration-rag { background: #4a4b95; }.integration-mcp { background: #314358; }
|
||||
.activity-icon { width: 30px; height: 30px; display: grid; place-items: center; color: var(--teal-dark); background: var(--teal-pale); border-radius: 50%; }.activity-icon svg { width: 15px; }
|
||||
.recent-list time { color: var(--muted); font-size: .62rem; white-space: nowrap; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user