diff --git a/log/error.log b/log/error.log index 344c177..c603e2a 100755 --- a/log/error.log +++ b/log/error.log @@ -21,3 +21,5 @@ 2018-09-26T13:55:49+02:00 ERR (3): 2018-09-26T14:00:03+02:00 ERR (3): 2018-09-26T14:01:02+02:00 ERR (3): +2018-09-26T14:58:31+02:00 ERR (3): +2018-09-26T14:59:27+02:00 ERR (3): diff --git a/log/log.log b/log/log.log index 344c177..c603e2a 100755 --- a/log/log.log +++ b/log/log.log @@ -21,3 +21,5 @@ 2018-09-26T13:55:49+02:00 ERR (3): 2018-09-26T14:00:03+02:00 ERR (3): 2018-09-26T14:01:02+02:00 ERR (3): +2018-09-26T14:58:31+02:00 ERR (3): +2018-09-26T14:59:27+02:00 ERR (3): diff --git a/public/core/css/theme.css b/public/core/css/theme.css index 26b7d86..6f3e9fa 100755 --- a/public/core/css/theme.css +++ b/public/core/css/theme.css @@ -34,7 +34,7 @@ body .top-bar ul { background: red !important; } body .top-bar ul a { - color: black; + color: white; } body button.button, body a.button { background-color: red; @@ -80,7 +80,7 @@ body.blue .top-bar ul { background: #2c58ae !important; } body.blue .top-bar ul a { - color: black; + color: white; } body.blue button.button, body.blue a.button { background-color: #2c58ae; @@ -126,7 +126,7 @@ body.green .top-bar ul { background: green !important; } body.green .top-bar ul a { - color: black; + color: white; } body.green button.button, body.green a.button { background-color: green; @@ -172,7 +172,7 @@ body.pink .top-bar ul { background: #ff69b4 !important; } body.pink .top-bar ul a { - color: black; + color: white; } body.pink button.button, body.pink a.button { background-color: #ff69b4; @@ -218,7 +218,7 @@ body.black .top-bar ul { background: black !important; } body.black .top-bar ul a { - color: black; + color: white; } body.black button.button, body.black a.button { background-color: black;