Raven7 commited on
Commit
bbbb94b
·
verified ·
1 Parent(s): 1d5467d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -9,7 +9,7 @@
9
  --board-size: min(80vh, 600px);
10
  --square-size: calc(var(--board-size) / 8);
11
  --primary-dark: #2c3e50;
12
- --primary-light: #34495e;
13
  --highlight: #f1c40f;
14
  --move-highlight: rgba(46, 204, 113, 0.4);
15
  --check-highlight: rgba(231, 76, 60, 0.4);
@@ -68,8 +68,8 @@
68
  user-select: none;
69
  }
70
 
71
- .white { background: #f0d9b5; }
72
- .black { background: #b58863; }
73
 
74
  .square.selected {
75
  background: var(--highlight) !important;
 
9
  --board-size: min(80vh, 600px);
10
  --square-size: calc(var(--board-size) / 8);
11
  --primary-dark: #2c3e50;
12
+ --primary-light: #2d3436;
13
  --highlight: #f1c40f;
14
  --move-highlight: rgba(46, 204, 113, 0.4);
15
  --check-highlight: rgba(231, 76, 60, 0.4);
 
68
  user-select: none;
69
  }
70
 
71
+ .white { background: #e0c48f; }
72
+ .black { background: #b4835a; }
73
 
74
  .square.selected {
75
  background: var(--highlight) !important;