1
0
Fork 0

rep: better background blue

master
Rob Pilling 2023-05-26 08:02:06 +01:00
parent c446f0962f
commit d956fc917e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const fontSzMain = 54;
const fontScaleRep = 2;
const fontSzRep = 20;
const fontSzRepDesc = 12;
const blue = "#86caf7";
const blue = "#205af7";
const ffStep = 5 * 1000;
let state: State | undefined;