Assorted UI tweaking
This commit is contained in:
parent
a28a9887c1
commit
89d29cf46b
5 changed files with 67 additions and 63 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
@include('layouts.scripts')
|
||||
</head>
|
||||
<body class="{{ $css['body'] ?? 'bg-grey-lighter' }}">
|
||||
<body class="{{ $css['body'] ?? 'bg-grey-lightest' }}">
|
||||
@section('content')
|
||||
@yield('above-container')
|
||||
<div id="pterodactyl" class="flex flex-col">
|
||||
|
|
Reference in a new issue