From e6ffc796108ab8712472f6c30167b221a8f15420 Mon Sep 17 00:00:00 2001
From: Partha Das <138643473+partha120804@users.noreply.github.com>
Date: Sat, 20 Jul 2024 21:27:40 +0530
Subject: [PATCH] Placed the music button with a check box option in the
general settings (#367)
* placed the music button with a check box option
* fix
* fixed
* added bottom border
---
css/style.css | 3 +++
index.html | 19 ++++++++++---------
js/app.js | 1 +
js/music.js | 13 +++++--------
4 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/css/style.css b/css/style.css
index 7660be6..7a7443d 100644
--- a/css/style.css
+++ b/css/style.css
@@ -427,6 +427,9 @@ body {
outline: none;
transition: color 0.3s ease;
}
+.other-settings-container div{
+ border-bottom: 4px solid var(--border-color1);
+}
.game-rules {
padding: 0rem 0.5rem 0rem 1.6rem;
text-decoration: none;
diff --git a/index.html b/index.html
index 17b3a9f..b6b3785 100644
--- a/index.html
+++ b/index.html
@@ -328,9 +328,16 @@
class="warp-checkbox"
onclick="toggleWarp()"
/>
-
+
+
+
+
+