fix: use actual Agiliton brand colors (indigo #667eea + purple #764ba2)
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 12s
Deploy Internet for Kids / Deploy (push) Successful in 5s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 2s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 6s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 12s
Deploy Internet for Kids / Deploy (push) Successful in 5s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 2s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 6s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
Extracted from agiliton.eu — indigo/purple gradient palette, not green. Applied to all shortcodes, badges, links, accents. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -40,9 +40,9 @@
|
||||
--ifk-font: 'Newsreader', 'Times New Roman', serif;
|
||||
--ifk-text: #1c1917;
|
||||
--ifk-bg: #fafaf9;
|
||||
--ifk-accent: #65a30d;
|
||||
--ifk-accent-hover: #4d7c0f;
|
||||
--ifk-secondary: #84cc16;
|
||||
--ifk-accent: #667eea;
|
||||
--ifk-accent-hover: #764ba2;
|
||||
--ifk-secondary: #667eea;
|
||||
}
|
||||
|
||||
/* Utility classes for colors */
|
||||
@@ -298,10 +298,10 @@ nav a:hover {
|
||||
}
|
||||
|
||||
/* Status badges (for shortcodes) */
|
||||
.csm-enforced { background: #84cc16; color: white; }
|
||||
.csm-passed { background: #65a30d; color: white; }
|
||||
.csm-progress { background: #a3e635; color: #365314; }
|
||||
.csm-guidelines { background: #d9f99d; color: #365314; }
|
||||
.csm-enforced { background: #667eea; color: white; }
|
||||
.csm-passed { background: #764ba2; color: white; }
|
||||
.csm-progress { background: #a5b4fc; color: #312e81; }
|
||||
.csm-guidelines { background: #e0e7ff; color: #3730a3; }
|
||||
|
||||
/* Shortcode-specific overrides */
|
||||
.ifk-stat-num { font-family: var(--ifk-font); }
|
||||
|
||||
Reference in New Issue
Block a user