We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b591985 commit fd4602aCopy full SHA for fd4602a
2 files changed
Chess-Game/dark.css
@@ -0,0 +1,22 @@
1
+/* Dark Theme Styles */
2
+html, body {
3
+ background-color: #333;
4
+ color: #fff;
5
+}
6
+
7
+#turn {
8
+ background: #444;
9
+ border-color: #222;
10
11
12
+.turnhighlight {
13
+ background: #5cb85c;
14
15
16
17
+.gamecell {
18
+ background: #555;
19
20
21
22
+/* Add any other specific dark theme styles here */
Chess-Game/light.css
+/* Light Theme Styles */
+ background-color: #fff;
+ color: #333;
+ background: #fff;
+ border-color: #000;
+ background: #ccc;
+/* Add any other specific light theme styles here */
0 commit comments