Skip to content

Commit

Permalink
updating dark mode btn
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Sep 23, 2019
1 parent 041ea40 commit afff50d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@
type="text/css"
href="node_modules/open-vector-editor/umd/main.css"
/>
<link
rel="stylesheet"
type="text/css"
href="src/style.css"
/>

<link rel="stylesheet" type="text/css" href="src/style.css" />

<div id="notification" class="hidden">
<p id="message"></p>
<button id="close-button" onClick="closeNotification()">
Expand All @@ -26,8 +22,13 @@
Restart
</button>
</div>

<span title="Dark Mode" onclick="toggleDarkMode(); return false" class="darkModeBtn bp3-icon-standard bp3-icon-moon"></span>

<a
class="bp3-button bp3-minimal darkModeBtn"
title="Dark Mode"
onclick="toggleDarkMode(); return false"
><span class="bp3-icon-standard bp3-icon-moon"></span
></a>
<script
type="text/javascript"
src="node_modules/open-vector-editor/umd/open-vector-editor.js"
Expand Down

0 comments on commit afff50d

Please sign in to comment.