From 72b6b2c34970291ac30e12b42a1e0f1873812f39 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 23 Feb 2025 11:20:53 -0800 Subject: [PATCH] finish start --- resources/css/app.css | 6 +-- resources/views/layouts/navigation.blade.php | 40 +++++++++----------- 2 files changed, 21 insertions(+), 25 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index 905a371..4726696 100755 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -119,7 +119,7 @@ @layer components { font-weight: 900; } - nav.window > .wrapper > .links > a { + nav.window > .wrapper > .links a { text-decoration: none; color: var(--window-text); display: block; @@ -128,13 +128,13 @@ @layer components { padding: 1px 2px; } - nav.window > .wrapper > .links > a > img { + nav.window > .wrapper > .links a > img { height: 30px; margin-right: 6px; vertical-align: middle; } - nav.window > .wrapper > .links > a:hover { + nav.window > .wrapper > .links a:hover { background-color: var(--hilight); } } diff --git a/resources/views/layouts/navigation.blade.php b/resources/views/layouts/navigation.blade.php index 78176cc..9e24fe9 100644 --- a/resources/views/layouts/navigation.blade.php +++ b/resources/views/layouts/navigation.blade.php @@ -1,21 +1,7 @@ -{{-- --}} -{{-- --}} -{{-- {{ Auth::user()->name }} --}} -{{-- --}} - -{{-- --}} -{{--
--}} -{{-- @csrf --}} -