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 }} --}} -{{-- --}} - -{{-- --}} -{{--