Skip to main content

One final tweak

ID
4ccd30a
date
2025-02-01 21:22:13+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
5871da3
message
One final tweak
changed files
1 file, 2 additions, 2 deletions

Changed files

static/app.js (15019 → 15019)

diff --git a/static/app.js b/static/app.js
index ed72593..6f835fa 100644
--- a/static/app.js
+++ b/static/app.js
@@ -185,8 +185,8 @@ function chooseColour(fandom) {
   // The saturation/lightness values are chosen to get a dark-ish
   // shade that will look good with white text.
   const saturation = 0.7 + 0.3 * getRand();
-  const lightness1 = 0.4;
-  const lightness2 = 0.25;
+  const lightness1 = 0.35;
+  const lightness2 = 0.2;
 
   // Convert to rgb.
   let [red1, green1, blue1] = hslToRgb(hue, saturation, lightness1);