From 9f1d678418c6dbe60c710af87f71680676d5a8b5 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Sat, 27 Apr 2024 18:14:04 -0400 Subject: [PATCH] Increased contrast on cool colors --- js/beestat/style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/beestat/style.js b/js/beestat/style.js index 9c90f40..2db4204 100644 --- a/js/beestat/style.js +++ b/js/beestat/style.js @@ -28,8 +28,8 @@ beestat.style.color = { }, 'lightblue': { 'light': '#45aaf2', - 'base': '#2d98da', - 'dark': '#147fc1' + 'base': '#238ac9', + 'dark': '#1272ae' }, 'blue': { 'light': '#4b7bec',