diff --git a/composer.lock b/composer.lock index b474646..68a80fd 100644 --- a/composer.lock +++ b/composer.lock @@ -6796,16 +6796,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.6", + "version": "9.6.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115" + "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b65d59a059d3004a040c16a82e07bbdf6cfdd115", - "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", + "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", "shasum": "" }, "require": { @@ -6879,7 +6879,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.6" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7" }, "funding": [ { @@ -6895,7 +6895,7 @@ "type": "tidelift" } ], - "time": "2023-03-27T11:43:46+00:00" + "time": "2023-04-14T08:58:40+00:00" }, { "name": "sebastian/cli-parser", diff --git a/maintenance/css/appdark.css b/maintenance/css/appdark.css index dc73a4b..0f6c3c0 100644 --- a/maintenance/css/appdark.css +++ b/maintenance/css/appdark.css @@ -75,7 +75,8 @@ body { .content_signup { color: rgb(167, 167, 167); - background: rgb(25, 25, 25); + background-color: rgba(0,0,0,0.5); + background: rgba(0,0,0,0.5) } .content p a, @@ -92,7 +93,7 @@ body { } #footer_signup { - background: rgb(0, 0, 0); + /*background: rgb(0, 0, 0);*/ } #footer p, diff --git a/maintenance/js/darkmode.js b/maintenance/js/darkmode.js index 94b57db..1889335 100644 --- a/maintenance/js/darkmode.js +++ b/maintenance/js/darkmode.js @@ -2,7 +2,7 @@ function getDarkMode() { var currentTime = new Date().getHours(); if (6 >= currentTime || currentTime > 18) { var li = document.createElement('link'); - var href = "{{ asset('css/appdark.css?id='.Str::random(8)) }}"; + var href = "https://archblox.com/css/appdark.css"; var rel = 'stylesheet'; li.setAttribute('href', href); li.setAttribute('rel', rel); diff --git a/public/css/appdark.css b/public/css/appdark.css index 56d4aca..0f6c3c0 100644 --- a/public/css/appdark.css +++ b/public/css/appdark.css @@ -73,6 +73,12 @@ body { background: rgb(25, 25, 25); } +.content_signup { + color: rgb(167, 167, 167); + background-color: rgba(0,0,0,0.5); + background: rgba(0,0,0,0.5) +} + .content p a, .content a, .content_signup p a, @@ -86,6 +92,17 @@ body { background: rgb(31, 31, 31); } +#footer_signup { + /*background: rgb(0, 0, 0);*/ +} + +#footer p, +#footer a, +#footer_signup p, +#footer_signup a { + color: rgb(167, 167, 167); +} + a, #navbarusername { color: rgb(215, 215, 215);