-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update style.css * Update index.js - default dark mode * Update index.html
- Loading branch information
1 parent
c12b5b4
commit cbba5bd
Showing
3 changed files
with
61 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,13 @@ | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" crossorigin=""></script> | ||
<!-- Setting page title --> | ||
<title>Fuelish</title> | ||
<link rel="icon" type="image/png" href="images/favicon2.png" class="favicon"> | ||
<link rel="icon" type="image/png" href="images/favicon.png" class="favicon"> | ||
</head> | ||
<body> | ||
<div id="page-container"> | ||
<!-- Logo section --> | ||
<div class="logo"> | ||
<a href="https://doofenshmirtz-evil-incorp.github.io/Fuelish/" target="_blank" rel="noopener noreferrer"><img class="logo-image" src="images/logo2.png" width="150px" alt=""></a> | ||
<a href="https://doofenshmirtz-evil-incorp.github.io/Fuelish/" target="_blank" rel="noopener noreferrer"><img class="logo-image" src="images/logo.png" width="150px" alt=""></a> | ||
</div> | ||
<!-- Search box section --> | ||
<div class="container"> | ||
|
@@ -37,8 +37,7 @@ | |
<br> | ||
<label class="switch"> | ||
<input type="checkbox" id="mode-toggle"> | ||
<i class="icontoggle fa fa-sun-o" id="toggle-icon" aria-hidden="true"></i> | ||
<p class="mode-label">Sunny</p> | ||
<i class="icontoggle fa fa-moon-o" id="toggle-icon" aria-hidden="true"></i> | ||
</label> | ||
|
||
</div> | ||
|
@@ -94,4 +93,4 @@ | |
</footer> | ||
</div> | ||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters