Convert color schema, begin migrating old classes (finishes grey & red)

This commit is contained in:
Dane Everitt 2019-02-09 14:32:18 -08:00
parent 6c7a5d5bb9
commit 32b43cff9a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
35 changed files with 186 additions and 166 deletions

View file

@ -1,5 +1,5 @@
@extends('templates/wrapper', [
'css' => ['body' => 'bg-grey-darkest']
'css' => ['body' => 'bg-neutral-900']
])
@section('container')
@ -8,7 +8,7 @@
<img src="/assets/img/pterodactyl-flat.svg" class="max-w-xxs">
</div>
<router-view></router-view>
<p class="text-center text-grey text-xs">
<p class="text-center textneutral-500stext-xs">
{!! trans('strings.copyright', ['year' => date('Y')]) !!}
</p>
</div>