Update maintenance.blade.php

This commit is contained in:
Thomas G 2022-10-30 21:32:58 +11:00
parent 413aec8fec
commit 4a668e01aa
1 changed files with 6 additions and 2 deletions

View File

@ -9,9 +9,13 @@
<meta content="Currently under maintenance." property="og:description" /> <meta content="Currently under maintenance." property="og:description" />
<style> <style>
body { body {
color: black !important; background: black;
} }
</style>
html {
background: black;
}
</style>
@endsection @endsection
@section('content') @section('content')