Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -26,7 +26,7 @@ if (!isset($_SESSION['authenticated']) || $_SESSION['authenticated'] !== true) {
|
||||
body { font-family: Arial, sans-serif; background: #f5f5f5; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
|
||||
.login-form { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
|
||||
input[type="password"] { padding: 10px; width: 200px; margin-bottom: 10px; }
|
||||
button { padding: 10px 20px; background: #179e83; color: white; border: none; border-radius: 4px; cursor: pointer; }
|
||||
button { padding: 10px 20px; background: #6d28d9; color: white; border: none; border-radius: 4px; cursor: pointer; }
|
||||
.error { color: red; margin-bottom: 10px; }
|
||||
</style>
|
||||
</head>
|
||||
@@ -133,7 +133,7 @@ if (isset($_GET['export']) && $_GET['export'] === 'csv') {
|
||||
.stat-value {
|
||||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
}
|
||||
.stat-label {
|
||||
color: #666;
|
||||
@@ -162,7 +162,7 @@ if (isset($_GET['export']) && $_GET['export'] === 'csv') {
|
||||
font-size: 14px;
|
||||
}
|
||||
.submission-email {
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
font-weight: 500;
|
||||
}
|
||||
.submission-details {
|
||||
@@ -184,7 +184,7 @@ if (isset($_GET['export']) && $_GET['export'] === 'csv') {
|
||||
}
|
||||
.btn {
|
||||
padding: 10px 20px;
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user