updated primary color

This commit is contained in:
2024-03-26 23:38:15 +01:00
parent f6b843d1a7
commit ada147241f

View File

@@ -5,5 +5,5 @@ var color map[string]string = map[string]string{
"yellow": "#FFD93D", "yellow": "#FFD93D",
"green": "#6BCB77", "green": "#6BCB77",
"blue": "#008DDA", "blue": "#008DDA",
"primary": "#211951", "primary": "#564BA0",
} }