From f3c19bdbf58ff5a6220fea40b7fd9576230564c8 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 27 Jun 2026 07:37:59 +0200 Subject: style: apply neon gaming theme from template.css - Dark palette: #1a1e23 bg, #232830 surface, #2f363f borders - Neon cyan (#00e5d4) primary, pink (#ff2e63) accent - Navbar: frosted glass with backdrop blur, border bottom - Cards: dark surface with subtle shadow and border - Custom scrollbar: dark themed - CSS variables for theme colors in inline styles - All text: light (#e2e8f0) on dark backgrounds --- resources/views/layouts/app.blade.php | 134 +++++++++++++++++++++++++++++++--- 1 file changed, 125 insertions(+), 9 deletions(-) (limited to 'resources/views') diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index e3fe561..3ac93ed 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -72,21 +72,137 @@ @if ( "new" == Request::route()->getName() || "popular" == Request::route()->getName() ) @@ -113,7 +229,7 @@
-