diff --git a/.gitignore b/.gitignore index 1294ba6..c8f9b81 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ backend/creds.json db/data **/node_modules/** pi/backend/env.sh -db/env.sh \ No newline at end of file +db/env.sh +public/* \ No newline at end of file diff --git a/content/reading-tracker.html b/content/reading-tracker.html index 428fd31..7f27368 100644 --- a/content/reading-tracker.html +++ b/content/reading-tracker.html @@ -126,6 +126,22 @@ -moz-appearance: textfield; } +.text-green { + color: green; +} + +.mt { + margin-top: 10px; +} + +.show { + display: block; +} + +.hide { + display: none; +} + #prayer-section button { position: relative; @@ -336,6 +352,7 @@