1
0
mirror of https://github.com/beestat/app.git synced 2025-06-02 21:26:38 -04:00

Increased contrast on cool colors

This commit is contained in:
Jon Ziebell 2024-04-27 18:14:04 -04:00
parent d0e479e062
commit 9f1d678418

View File

@ -28,8 +28,8 @@ beestat.style.color = {
}, },
'lightblue': { 'lightblue': {
'light': '#45aaf2', 'light': '#45aaf2',
'base': '#2d98da', 'base': '#238ac9',
'dark': '#147fc1' 'dark': '#1272ae'
}, },
'blue': { 'blue': {
'light': '#4b7bec', 'light': '#4b7bec',