From 050c8ea138660692546972d93b455576fa5aec6d Mon Sep 17 00:00:00 2001 From: Sarah <sarah.fiedler@rbb-online.de> Date: Tue, 11 Mar 2025 13:43:46 +0100 Subject: [PATCH] add index.js --- game/index.html | 1 + game/index.js | 0 game/styles.css | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 game/index.js diff --git a/game/index.html b/game/index.html index 816408f..25e0753 100644 --- a/game/index.html +++ b/game/index.html @@ -42,4 +42,5 @@ </main> </body> +<script src="./index.js"></script> </html> \ No newline at end of file diff --git a/game/index.js b/game/index.js new file mode 100644 index 0000000..e69de29 diff --git a/game/styles.css b/game/styles.css index e2648f6..b59b07c 100644 --- a/game/styles.css +++ b/game/styles.css @@ -41,7 +41,7 @@ h1 { cursor: pointer; width: 100px; margin: 10px; - color: var(--very-dark-blue); + color: black; background-color: var(--yellow); padding: 5px 10px; border-color: var(--golden-yellow); -- GitLab