When night mode is active the css for "New Timer" doesn't apply the error validation
Steps to reproduce
1) select night mode
2) add new time
3) with nothing added into the new timer form, attempt to submit
4) Name/Time/Duration doesn't highlight as red and form doesn't submit.
Cause
The css for the error is in main.css (parsley-error) and gets over written by dark.css.
dark.css doesn't have any parsley-error css
or
main.css : parsley-error doesn't have !important applied
When night mode is active the css for "New Timer" doesn't apply the error validation
Steps to reproduce 1) select night mode 2) add new time 3) with nothing added into the new timer form, attempt to submit 4) Name/Time/Duration doesn't highlight as red and form doesn't submit.
Cause The css for the error is in main.css (parsley-error) and gets over written by dark.css. dark.css doesn't have any parsley-error css or main.css : parsley-error doesn't have !important applied