From f3e2d1e2fc87767ba10dd8c3ae7a5b211ac9610b Mon Sep 17 00:00:00 2001 From: Roscoe Date: Sun, 13 Apr 2025 23:53:14 +0100 Subject: Improve accessibility --- config/app.php | 2 +- public/css/master.css | 4 ++-- resources/views/components/layout.blade.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/app.php b/config/app.php index 3e5d8c8..8597cd6 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'wah.moe'), - 'version' => '2025.04.02', + 'version' => '2025.04.13', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/public/css/master.css b/public/css/master.css index 71e4b02..7de623b 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -6,8 +6,8 @@ --shadow-color: hsla(11, 96%, 43%, 0.4); --shadow: drop-shadow(8px 8px var(--shadow-color)); --shadow-small: drop-shadow(3px 3px var(--shadow-color)); - --links: hsl(183, 93%, 27%); - --links-hover: hsl(183, 93%, 15%); + --links: hsl(92, 27%, 22%); + --links-hover: hsl(92, 27%, 15%) --table-header: hsla(11, 96%, 43%, 0.2); } diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index d20e675..9dd2160 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -21,7 +21,7 @@