Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "dark mode done" #99

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,15 +321,6 @@ h5,
font-size: 3rem;
}
}
body {
background-color: white;
color: black;
}

body.darkMode {
background-color: black;
color: white;
}

.play-single-big {
width: 90px;
Expand Down
21 changes: 8 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<link rel="stylesheet" href="style.css">
<!-- Swiper's CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">

<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
Expand All @@ -45,7 +45,7 @@

<link rel="stylesheet" href="css/aos.css">

<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="about.css">
<link href="https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap" rel="stylesheet">
<!-- Remix Icon -->
Expand Down Expand Up @@ -146,14 +146,11 @@
<li class="nav-item ">
<a class="nav-link log px-3" href="login.html">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" style="font-weight: 500;" href="signup.html">Sign Up</a>
</li>
<button id="dark-mode-toggle" class="nav-link" style="background: none; border: none; cursor: pointer;">
<i class="fas fa-moon"></i> Dark Mode
</button>
</ul>

<!-- <li class="nav-item">
<a class="nav-link log" style="font-weight: 600; background-color: rgb(219, 127, 219); border-radius: 0.4rem; margin-left: 0.7rem;" href="signup.html">Sign Up</a>
</li> -->

</ul>
</div>
</div>
</nav>
Expand Down Expand Up @@ -1100,9 +1097,6 @@ <h5>Legal</h5>

<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="/js/main.js"></script>
<script src="/js/script.js"></script>

<script src="main.js"></script>


Expand Down Expand Up @@ -1149,6 +1143,7 @@ <h5>Legal</h5>
};
</script>


</body>

</html>
13 changes: 0 additions & 13 deletions js/script.js

This file was deleted.

85 changes: 0 additions & 85 deletions privacypolicy.html

This file was deleted.

Loading