diff --git a/css/app.css b/css/app.css index eb6a2dc..c49c218 100644 --- a/css/app.css +++ b/css/app.css @@ -195,12 +195,12 @@ nav, .card { } .bg-timebox { - background-color: lightcyan; - color: black; + background-color: black; + color: white; } .bg-timebox input { - color: black; + color: white; } /*Hidden Boxes*/ diff --git a/js/app.js b/js/app.js index f35f611..2e09533 100644 --- a/js/app.js +++ b/js/app.js @@ -612,7 +612,7 @@ const TimeTrack = { jokeService.tell(); } }, - destroy() { + beforeDestroy() { this.stopTrackingTicket(); }, watch: {