From dd02803f1fe13242565d6cc01166b00c8ed4c6b6 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 21 Mar 2025 12:12:29 -0700 Subject: [PATCH] style: Swap colors of tokens/week and singularity badges --- aider/website/assets/home.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/assets/home.css b/aider/website/assets/home.css index 64d089f0c..166290802 100644 --- a/aider/website/assets/home.css +++ b/aider/website/assets/home.css @@ -565,11 +565,11 @@ footer { } .badge-tokens .badge-value { - background-color: #e74c3c; + background-color: #3498db; } .badge-coded .badge-value { - background-color: #3498db; + background-color: #e74c3c; } @media (max-width: 992px) {