spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 3aaf3fa08faeca227af27c74c2e6ce22f3d2c08a
parent bae4caf36bc3f18473bd3ea3cb7047540e63f683
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Mon, 30 Mar 2020 17:27:37 -0700

Fix Microsoft Edge dark mode bug.

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -75,7 +75,7 @@ <div id="settingsOther"> <label class="label">Quizzer Settings</label> <br/> - <input type="checkbox" id="settingsDarkMode" oninput="document.body.classList.toggle('dark');"> + <input type="checkbox" id="settingsDarkMode" onchange="document.body.classList.toggle('dark');"> <label class="text" for="settingsDarkMode">Dark Mode</label> </div> <br/>