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 eb0d716560927294523b55752bfa2be0b0b679ee
parent 65677a388c759145f80c2d099e6269b3ee972fe2
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sat, 18 Apr 2020 12:32:17 -0700

Fix reference table header color in dark mode.

Diffstat:
MStyles.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Styles.css b/Styles.css @@ -148,6 +148,7 @@ button:disabled { body.dark { --background-color: #000000; --foreground-color: #E0E0E0; + --hover-color: #404040; } .dark button, .dark input, .dark select {