Skip to content

Commit

Permalink
Merge pull request #99 from MastanSayyad/revert-98-visual
Browse files Browse the repository at this point in the history
Revert "dark mode done"
  • Loading branch information
MastanSayyad authored Jul 12, 2024
2 parents 736ed08 + f167755 commit b9025bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 120 deletions.
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.

0 comments on commit b9025bb

Please sign in to comment.