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 29a584b367f1ee7663c69b8342fc7c5445ca2ba8
parent b8afe47f4fb69de6440c361f181981bbf88d7ee2
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Wed,  3 Mar 2021 19:26:13 -0800

Update theme color

Diffstat:
Mcss/global.css | 5++---
Mimages/apple-touch-icon.png | 0
Mimages/favicon-32.png | 0
3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/css/global.css b/css/global.css @@ -1,6 +1,6 @@ /******** Variable styles ********/ :root { - --theme-color: #00aad4; + --theme-color: #009bc2; --foreground-color: #000000; --background-color: #FFFFFF; --hover-color: #F0F0F0; @@ -37,7 +37,7 @@ header { font-size: 25px; font-weight: bold; cursor: pointer; - color: inherit; + color: #000000; text-decoration: none; margin: 0px; padding-top: 15px; @@ -102,7 +102,6 @@ button.icon img { /******** Dark mode ********/ body.dark { - --theme-color: #0088AA; --foreground-color: #E0E0E0; --background-color: #121416; --hover-color: #323436; diff --git a/images/apple-touch-icon.png b/images/apple-touch-icon.png Binary files differ. diff --git a/images/favicon-32.png b/images/favicon-32.png Binary files differ.