Skip to content

Commit

Permalink
Merge pull request #244 from Prithwi32/main
Browse files Browse the repository at this point in the history
Feat:Dark mode theme for website #201
  • Loading branch information
PatilHarshh authored Jun 15, 2024
2 parents e5f6751 + 5da8b53 commit edbfddf
Show file tree
Hide file tree
Showing 34 changed files with 575 additions and 111 deletions.
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" class="dark">

<head>
<meta charset="UTF-8" />
Expand All @@ -8,7 +8,7 @@
<title>Job Finder | Find Dream Job</title>
</head>

<body>
<body className="dark">
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
Expand Down
Loading

0 comments on commit edbfddf

Please sign in to comment.