Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/* Mid-Article CTA Box */
|
||||
.inline-cta {
|
||||
background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
|
||||
background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
|
||||
padding: 24px 28px;
|
||||
border-left: 4px solid #0066cc;
|
||||
border-left: 4px solid #4f46e5;
|
||||
margin: 40px 0;
|
||||
border-radius: 0 8px 8px 0;
|
||||
box-shadow: 0 2px 8px rgba(0,102,204,0.1);
|
||||
}
|
||||
.inline-cta h4 {
|
||||
margin: 0 0 12px 0;
|
||||
color: #0066cc;
|
||||
color: #4f46e5;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.inline-cta p {
|
||||
@@ -19,7 +19,7 @@
|
||||
}
|
||||
.inline-cta .cta-link {
|
||||
display: inline-block;
|
||||
background: #0066cc;
|
||||
background: #4f46e5;
|
||||
color: #fff !important;
|
||||
padding: 12px 24px;
|
||||
border-radius: 6px;
|
||||
@@ -28,7 +28,7 @@
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.inline-cta .cta-link:hover {
|
||||
background: #0052a3;
|
||||
background: #4338ca;
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 4px 12px rgba(0,102,204,0.3);
|
||||
}
|
||||
@@ -39,7 +39,7 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: linear-gradient(90deg, #1a1a2e 0%, #16213e 100%);
|
||||
background: linear-gradient(90deg, #1e1b4b 0%, #1e1b4b 100%);
|
||||
padding: 12px 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -117,7 +117,7 @@
|
||||
}
|
||||
.exit-popup h3 {
|
||||
margin: 0 0 15px 0;
|
||||
color: #1a1a2e;
|
||||
color: #1e1b4b;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.exit-popup p {
|
||||
@@ -145,12 +145,12 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.exit-popup input[type="email"]:focus {
|
||||
border-color: #0066cc;
|
||||
border-color: #4f46e5;
|
||||
outline: none;
|
||||
}
|
||||
.exit-popup .btn-primary {
|
||||
width: 100%;
|
||||
background: #0066cc;
|
||||
background: #4f46e5;
|
||||
color: #fff;
|
||||
padding: 14px;
|
||||
border: none;
|
||||
@@ -160,7 +160,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.exit-popup .btn-primary:hover {
|
||||
background: #0052a3;
|
||||
background: #4338ca;
|
||||
}
|
||||
.exit-popup .no-thanks {
|
||||
display: block;
|
||||
@@ -206,7 +206,7 @@
|
||||
color: #333;
|
||||
}
|
||||
.case-study-inline .content a {
|
||||
color: #0066cc;
|
||||
color: #4f46e5;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user