Spaces:
Running
Running
Update index.html
Browse files- 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: #
|
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: #
|
72 |
-
.black { background: #
|
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;
|