We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d83bd6 commit 7d71463Copy full SHA for 7d71463
tile1.html
@@ -27,14 +27,14 @@
27
28
const COLORS = {
29
cream: '#f5e6d3',
30
- darkBlue: '#0f1f2f', // replaced with tile2 navy
31
- lightBlue: '#4a7595', // replaced with tile2 lightBlue
32
- darkGreen: '#2d5540', // replaced with tile2 green
33
- lightGreen: '#5a8575', // replaced with tile2 green
34
- brown: '#6b4423', // replaced with tile2 gold
35
- darkBrown: '#5a3820', // replaced with tile2 gold
36
- black: '#1a2838', // replaced with tile2 navy
37
- gold: '#b68c4d' // warmer, richer gold
+ darkBlue: '#0f1f2f',
+ lightBlue: '#4a7595',
+ darkGreen: '#2d5540',
+ lightGreen: '#5a8575',
+ brown: '#6b4423',
+ darkBrown: '#5a3820',
+ black: '#1a2838',
+ gold: '#b68c4d'
38
};
39
40
const TRIANGLE_COLORS = [
0 commit comments