feat: replace all hardcoded orange rgba with blue rgba
Mechanical find-and-replace: rgba(249,115,22,...) → rgba(96,165,250,...) across ~40 component and page files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
pointer-events: none;
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
background: radial-gradient(circle at 50% 0%, rgba(249, 115, 22, 0.12) 0%, transparent 60%);
|
||||
background: radial-gradient(circle at 50% 0%, rgba(96, 165, 250, 0.12) 0%, transparent 60%);
|
||||
}
|
||||
|
||||
.landing-ambient-glow::before,
|
||||
@@ -482,7 +482,7 @@
|
||||
}
|
||||
|
||||
.landing-preview-sidebar-item.active {
|
||||
background: rgba(249, 115, 22, 0.08);
|
||||
background: rgba(96, 165, 250, 0.08);
|
||||
color: var(--color-accent-text);
|
||||
border-left: 3px solid var(--color-accent);
|
||||
}
|
||||
@@ -535,7 +535,7 @@
|
||||
.landing-tree-connector {
|
||||
width: 2px;
|
||||
height: 24px;
|
||||
background: rgba(249, 115, 22, 0.2);
|
||||
background: rgba(96, 165, 250, 0.2);
|
||||
}
|
||||
|
||||
.landing-tree-branch {
|
||||
@@ -552,7 +552,7 @@
|
||||
width: calc(100% - 100px);
|
||||
transform: translateX(-50%);
|
||||
height: 2px;
|
||||
background: rgba(249, 115, 22, 0.15);
|
||||
background: rgba(96, 165, 250, 0.15);
|
||||
}
|
||||
|
||||
.landing-tree-branch-arm {
|
||||
@@ -756,7 +756,7 @@
|
||||
}
|
||||
|
||||
.landing-step-card:hover {
|
||||
border-color: rgba(249, 115, 22, 0.2);
|
||||
border-color: rgba(96, 165, 250, 0.2);
|
||||
}
|
||||
|
||||
.landing-step-card::before {
|
||||
@@ -814,9 +814,9 @@
|
||||
}
|
||||
|
||||
.landing-mock-node.start {
|
||||
background: rgba(249, 115, 22, 0.15);
|
||||
background: rgba(96, 165, 250, 0.15);
|
||||
color: var(--color-accent-text);
|
||||
border: 1px solid rgba(249, 115, 22, 0.2);
|
||||
border: 1px solid rgba(96, 165, 250, 0.2);
|
||||
}
|
||||
|
||||
.landing-mock-node.step {
|
||||
@@ -920,7 +920,7 @@
|
||||
}
|
||||
|
||||
.landing-feature-card:hover {
|
||||
border-color: rgba(249, 115, 22, 0.2);
|
||||
border-color: rgba(96, 165, 250, 0.2);
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
|
||||
@@ -928,7 +928,7 @@
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 10px;
|
||||
background: rgba(249, 115, 22, 0.08);
|
||||
background: rgba(96, 165, 250, 0.08);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -951,7 +951,7 @@
|
||||
}
|
||||
|
||||
.landing-feature-card.highlight {
|
||||
border-color: rgba(249, 115, 22, 0.15);
|
||||
border-color: rgba(96, 165, 250, 0.15);
|
||||
background: var(--color-bg-card);
|
||||
grid-column: span 2;
|
||||
}
|
||||
@@ -1228,7 +1228,7 @@
|
||||
|
||||
.landing-cta-email-input:focus {
|
||||
border-color: #f97316;
|
||||
box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
|
||||
box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
|
||||
}
|
||||
|
||||
.landing-cta-fine-print {
|
||||
|
||||
Reference in New Issue
Block a user